drop HashedModuleIdsPlugin in favor of NamedModulesPlugin in all environments

This commit is contained in:
Mike Greiling 2017-05-23 16:41:32 -05:00
parent a9c1925dbf
commit 5503707534
1 changed files with 2 additions and 4 deletions

View File

@ -126,10 +126,8 @@ var config = {
jQuery: 'jquery',
}),
// use deterministic module ids in all environments
IS_PRODUCTION ?
new webpack.HashedModuleIdsPlugin() :
new webpack.NamedModulesPlugin(),
// use deterministic module ids
new webpack.NamedModulesPlugin(),
// create cacheable common library bundle for all vue chunks
new webpack.optimize.CommonsChunkPlugin({