remove UglifyJsPlugin

This commit is contained in:
Collin M. Barrett 2018-03-25 17:19:25 -05:00
parent 1355e49c4c
commit c8eac76193

View file

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