Make your libs smaller using private scope in JavaScript
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...
Dec 28, 20213 min read544

