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