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 = {
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({
......
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