richardtallent / vite-plugin-singlefile

Vite plugin for inlining JavaScript and CSS resources
MIT License
808 stars 53 forks source link

fix(#70): add support for the reportCompressedSize parameter #71

Closed mojoaxel closed 1 year ago

mojoaxel commented 1 year ago

this fixes #70

We need to wait until https://github.com/vitejs/vite/pull/12485 is merged and released first, which changes the reporter plugin so that the gzip sizes is also shown for html files.