Hi, I am using this minifier with google closure compiler.
And sometimes I get all the polyfills starts withvar $jscomp=
Can I prevent getting all those codes?
I tried to modify options like jscomp_off = es3 or language in = ECMASCRIPT6, neither didn't work.
Is there any way to do this?
Hi, I am using this minifier with google closure compiler. And sometimes I get all the polyfills starts with
var $jscomp=
Can I prevent getting all those codes? I tried to modify options likejscomp_off = es3
orlanguage in = ECMASCRIPT6
, neither didn't work. Is there any way to do this?