This commit is contained in:
Pooya Parsa 2017-11-24 18:54:27 +03:30
parent 994c3d252e
commit 49d59c68f8
No known key found for this signature in database
GPG Key ID: C3C77C557D8883CD

View File

@ -142,6 +142,11 @@ export default function webpackClientConfig() {
sourceMap: true,
extractComments: {
filename: 'LICENSES'
},
uglifyOptions: {
output: {
comments: /^\**!|@preserve|@license|@cc_on/
}
}
})
)