test new webpack config

This commit is contained in:
HF 2020-01-02 21:55:47 +01:00
parent 4c1b589c52
commit ff2b8c3607

View File

@ -262,7 +262,7 @@ const clientConfig = {
vendor: {
name: "vendor",
chunks: 'all',
chunks: chunk => chunk.name !== "client",
test: /node_modules/,
}
}