There was an error while loading. Please reload this page.
1 parent ab4724d commit b9a2478Copy full SHA for b9a2478
config/webpack.common.js
@@ -225,7 +225,7 @@ module.exports = function (options) {
225
new CommonsChunkPlugin({
226
name: 'vendor',
227
chunks: ['main'],
228
- minChunks: module => /node_modules\//.test(module.resource)
+ minChunks: module => /node_modules/.test(module.resource)
229
}),
230
// Specify the correct order the scripts will be injected in
231
0 commit comments