Reserved Word "class" in compressed version (loadingoverlay.min.js)
Closed this issue · 2 comments
The minified version is processed using gulp-uglify which in turn uses UglifyJS.
The only way to prevent this would be (maybe, since I hanven't tested it) using the ie8
option to true
, but I will have to look into it.
Again, I explicitly do not support ie8. Now, if changes are minimal and don't impact negatively the project on the whole, I am disposed to make them. But please check if it works with IE8, since it is not supposed to, due to heavy flexbox use. You can use the non-compressed version for this purpose.
I'm sorry but it is not worth to change things just to support IE8 in the minified version.
The solution is as simple as I wrote last time: use the un-minified version, where all the reserved word are quoted.