Skip to content

Commit b2e3b55

Browse files
committed
add : HashedModuleIdsPlugin
1 parent 02f58e0 commit b2e3b55

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
@@ -68,6 +68,8 @@ var webpackConfig = merge(baseWebpackConfig, {
6868
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
6969
chunksSortMode: 'dependency'
7070
}),
71+
// cache Module Identifiers
72+
new webpack.HashedModuleIdsPlugin(),
7173
// split vendor js into its own file
7274
new webpack.optimize.CommonsChunkPlugin({
7375
name: 'vendor',

0 commit comments

Comments
 (0)