Revert "initial perf, which gets stripped out in production (#4131)" (#4636)

This reverts commit 5ea2150ae7.
This commit is contained in:
kyle
2018-06-08 23:18:55 -07:00
committed by GitHub
parent 8fd919eede
commit a2015ee08b
9 changed files with 8 additions and 61 deletions

View File

@@ -5,9 +5,4 @@ config.plugins = config.plugins.filter(plugin => {
return plugin.constructor.name !== "UglifyJsPlugin"
})
config.module.rules = config.module.rules.filter(rule => {
// Disable minification
return rule.loader != "webpack-strip-block"
})
module.exports = config