vendor.js报错的修改

This commit is contained in:
sylor_huang@126.com 2020-04-29 14:42:15 +08:00
parent 59edb107ee
commit 22043a0982
1 changed files with 6 additions and 6 deletions

View File

@ -51,12 +51,12 @@ module.exports = {
priority: -20,
reuseExistingChunk: true,
},
vendors: {
name: 'vendors',
test: /[\\/]node_modules[\\/]/,
priority: -10,
chunks: "all"
}
// vendors: {
// name: 'vendors',
// test: /[\\/]node_modules[\\/]/,
// priority: -10,
// chunks: "all"
// }
}
},
runtimeChunk: true