Commit 34939c89 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '32835-stop-using-webpack-hashedmoduleidsplugin-in-production' into 'master'

Resolve "Stop using `webpack.HashedModuleIdsPlugin` in production."

See merge request !11670
parents 34a6d80e 55037075
......@@ -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