Project

General

Profile

« Previous | Next » 

Revision 927e4ddc

Added by Tomer Brisker almost 6 years ago

Refs #23924 - replace HashModuleId with NamedModules

While this won't fix the issue, it will allow debugging which module is
causing the issue.

View differences:

config/webpack.config.js
},
sourceMap: false
}),
new webpack.HashedModuleIdsPlugin({
hashFunction: 'sha256',
hashDigest: 'hex',
hashDigestLength: 20
}),
new webpack.NamedModulesPlugin(),
new webpack.optimize.ModuleConcatenationPlugin(),
new webpack.optimize.OccurrenceOrderPlugin(),
new CompressionPlugin()

Also available in: Unified diff