Commit 55037075 authored by Mike Greiling's avatar Mike Greiling

drop HashedModuleIdsPlugin in favor of NamedModulesPlugin in all environments

parent a9c1925d
...@@ -126,10 +126,8 @@ var config = { ...@@ -126,10 +126,8 @@ var config = {
jQuery: 'jquery', jQuery: 'jquery',
}), }),
// use deterministic module ids in all environments // use deterministic module ids
IS_PRODUCTION ? new webpack.NamedModulesPlugin(),
new webpack.HashedModuleIdsPlugin() :
new webpack.NamedModulesPlugin(),
// create cacheable common library bundle for all vue chunks // create cacheable common library bundle for all vue chunks
new webpack.optimize.CommonsChunkPlugin({ new webpack.optimize.CommonsChunkPlugin({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment