You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
otherwise: splitChunks won't work in develpment phase for windows.
The text was updated successfully, but these errors were encountered:
derekhu
changed the title
optimize.js | spliteChunks rules: need handle node_modules in windows
optimize.js | splitChunks rules: need handle node_modules in windows
Nov 13, 2020
easywebpack/lib/core/optimize.js
Line 40 in 9874cf7
files.unshift(
node_modules/_?(${modules.join('|')})(@|/)
);should be:
node_modules[\\/]
etc.otherwise: splitChunks won't work in develpment phase for windows.
The text was updated successfully, but these errors were encountered: