We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4a107 commit 798b47dCopy full SHA for 798b47d
build/webpack.client.config.js
@@ -19,7 +19,7 @@ const config = merge(base, {
19
}),
20
// extract vendor chunks for better caching
21
new webpack.optimize.CommonsChunkPlugin({
22
- name: 'vendor'
+ name: ['vendor', 'manifest']
23
24
// generate output HTML
25
new HTMLPlugin({
0 commit comments