mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
86ac43ba95
commit
9e861ffb72
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