Skip to content
Snippets Groups Projects
Commit 17ada3c6 authored by Pan's avatar Pan
Browse files

add HashedModuleIdsPlugin

parent 391e7703
Branches
Tags
No related merge requests found
......@@ -72,6 +72,8 @@ var webpackConfig = merge(baseWebpackConfig, {
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
chunksSortMode: 'dependency'
}),
// cache Module Identifiers
new webpack.HashedModuleIdsPlugin(),
// split vendor js into its own file
new webpack.optimize.CommonsChunkPlugin({
name: 'vendor',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment