gluon-web-model: uglify flag --support-ie8 is now --ie

From uglify 3.14.0 on, this command is called --ie:

ef5f7fc25e
This commit is contained in:
lemoer 2023-01-04 22:12:56 +01:00
parent d46c5f89c5
commit 03b9ffdb24

View File

@ -13,7 +13,7 @@
/* /*
Build using: Build using:
uglifyjs javascript/gluon-web-model.js -o javascript/gluon-web-model.min.js -c -m --support-ie8 uglifyjs javascript/gluon-web-model.js -o javascript/gluon-web-model.min.js -c -m --ie
*/ */