okikio / bundlejs

An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
https://bundlejs.com
MIT License
751 stars 13 forks source link

Add the size of source code #14

Closed artalar closed 2 years ago

artalar commented 2 years ago

It would be nice to see the size of source code in the editor, it usefull for cases when you prototype something and just want to see the impact fo the minifyer.

It is not a necessary feature, just to improve UX a little bit.

okikio commented 2 years ago

As in the non bundled source codes file size

okikio commented 2 years ago

I'm not sure if this is what you meant but I've added a src code size display, image

artalar commented 2 years ago

Nice! Thank you!