1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
This commit is contained in:
ivaosthu 2018-08-22 18:10:27 +02:00
parent da088113af
commit 95034e25c4

View File

@ -48,7 +48,7 @@ module.exports = {
new UglifyJsPlugin({
uglifyOptions: {
output: {
comments: false
comments: false,
},
},
}),