Show your javascript file size after minification and gzip
sh cargo install js_sizers
sh js_sizers ./test.js
```sh
Reading file: ./test.js...
origin: 43235 bytes minified: 10091 bytes gzipped: 4167 bytes ```
MIT License