Revert "remove UglifyJsPlugin"

This reverts commit 81df751473.
This commit is contained in:
Collin Barrett 2018-03-25 17:38:21 -05:00
parent 86ac43ba95
commit 9e861ffb72

View file

@ -53,6 +53,11 @@ module.exports = (env) => {
})
]
: [
new webpack.optimize.UglifyJsPlugin({
output: {
comments: false
}
}),
new ExtractTextPlugin("site.css")
])
}