1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 01:56:55 +00:00

Update changelog. Update build script to fix minified builds. The latest uglifyes requires keep_classnames as a compression option as well as mangle.

This commit is contained in:
SirStendec 2017-12-16 02:13:53 -05:00
parent bbf158aee1
commit 53a47e02f5
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,8 @@ const config = module.exports = merge(common, {
sourceMap: true,
uglifyOptions: {
compress: {
keep_fnames: true
keep_fnames: true,
keep_classnames: true
},
mangle: {
keep_classnames: true,