Make everything compatible with the latest material-ui version

This commit is contained in:
uwap 2018-04-08 10:28:46 +02:00
parent 4b370889af
commit f2cc0eaa2a
5 changed files with 10 additions and 8 deletions

View file

@ -41,7 +41,7 @@ module.exports = env => merge(common, {
'NODE_ENV': JSON.stringify('production')
}
}),
new LodashModuleReplacementPlugin(),
// new LodashModuleReplacementPlugin(),
new webpack.optimize.OccurrenceOrderPlugin(),
new webpack.HashedModuleIdsPlugin(),
new webpack.optimize.AggressiveMergingPlugin()