fix: Move chunk splitting from prod to common so we get the same files in dev as prod

This commit is contained in:
Johannes Schill
2019-03-05 13:29:54 +01:00
parent be8f60b0bf
commit e3ddfccb61
3 changed files with 13 additions and 31 deletions

View File

@ -58,25 +58,6 @@ module.exports = merge(common, {
]
},
optimization: {
splitChunks: {
cacheGroups: {
manifest: {
chunks: "initial",
test: "vendor",
name: "vendor",
enforce: true
},
vendor: {
chunks: "initial",
test: "vendor",
name: "vendor",
enforce: true
}
}
}
},
plugins: [
new CleanWebpackPlugin('../../public/build', { allowExternal: true }),
new MiniCssExtractPlugin({