We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d097d commit 1bb5793Copy full SHA for 1bb5793
webpack2/WebpackProject/webpack.config.js
@@ -34,7 +34,7 @@ module.exports = {
34
plugins: [
35
// this helps solve double including VENDOR_LIBS
36
new webpack.optimize.CommonsChunkPlugin({
37
- name: 'vendor'
+ name: ['vendor', 'manifest'] // manifest helps tell browser when vendor changes
38
}),
39
// this helps manage script tags for html and manually adds a script tag
40
new HtmlWebpackPlugin({
0 commit comments