Closed mateoconlechuga closed 3 years ago
Extension code is loaded from your computer (fast) instead of over network (slow), so there's no benefit at all from doing this.
If you really need it in one file for some reason just cat src/*.js > all.js
and there's your packaged js file
But how do I minify?
probably with a minifier
what's that
It's like one of those emails that promises to enlarge stuff for you, but the opposite
https://developers.google.com/closure/compiler https://github.com/terser/terser but still there's no point for an extension
I'm really, really confused about why you want this.
Yeah closure compiler is good (online version https://closure-compiler.appspot.com/home )
How do I minify/package?