Search posts, tags, users, and pages
Thomas Portelange
A PHP/JS Web Developer based in Belgium
I've just made an interesting discovery when working on my Bootstrap Tags library when it comes to minified file size. Let me share with you what I found out. Minification with ESBuild I'm using ESBuild as a build tool. It's really nice and convenien...
Fiddler
Thank you for posting. I am having a problem with it. IOS 14 shows unexpected private name #s cannot parse class method with private name. So I just need to pass --mingle-props=^_ to solve it?
unexpected private name #s cannot parse class method with private name
yes, replace your private methods (prefixed with #) and prefix them with _ instead and then use mangle-propos.
Fiddler
Thank you for posting. I am having a problem with it. IOS 14 shows
unexpected private name #s cannot parse class method with private name. So I just need to pass --mingle-props=^_ to solve it?