https://github.com/easy-team/easywebpack/blob/9874cf76ab70e748144e5fe2e58f24aee1ad8c3b/lib/core/optimize.js#L40 files.unshift(`node_modules/_?(${modules.join('|')})(@|/)`); should be: `node_modules[\\/] ` etc. otherwise: splitChunks won't work in develpment phase for windows.