Skip to content

Commit 17ada3c

Browse files
committed
add HashedModuleIdsPlugin
1 parent 391e770 commit 17ada3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/webpack.prod.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ var webpackConfig = merge(baseWebpackConfig, {
7272
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
7373
chunksSortMode: 'dependency'
7474
}),
75+
// cache Module Identifiers
76+
new webpack.HashedModuleIdsPlugin(),
7577
// split vendor js into its own file
7678
new webpack.optimize.CommonsChunkPlugin({
7779
name: 'vendor',

0 commit comments

Comments
 (0)