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:
parent
bbf158aee1
commit
53a47e02f5
2 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue