mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove UglifyJsPlugin
This commit is contained in:
parent
1355e49c4c
commit
c8eac76193
1 changed files with 0 additions and 5 deletions
|
|
@ -53,11 +53,6 @@ module.exports = (env) => {
|
|||
})
|
||||
]
|
||||
: [
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
output: {
|
||||
comments: false
|
||||
}
|
||||
}),
|
||||
new ExtractTextPlugin("site.css")
|
||||
])
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue