Skip to content

Commit 1bb5793

Browse files
committed
updating vendor mainfest file
1 parent 30d097d commit 1bb5793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack2/WebpackProject/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
plugins: [
3535
// this helps solve double including VENDOR_LIBS
3636
new webpack.optimize.CommonsChunkPlugin({
37-
name: 'vendor'
37+
name: ['vendor', 'manifest'] // manifest helps tell browser when vendor changes
3838
}),
3939
// this helps manage script tags for html and manually adds a script tag
4040
new HtmlWebpackPlugin({

0 commit comments

Comments
 (0)