This reverts commit 5ea2150ae7.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user