You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the version 5.0.0 the gzip size is always computed on a minified bundle. But it might happen that you want to display the size for a non minified bundle (e.g Rollup is used to generate two bundles one minified and one non minified).
filesize({showMinifiedSize: false,showGzippedSize: true,}),// expected output → file size gzipped on non minified source code
From the version
5.0.0
thegzip
size is always computed on a minified bundle. But it might happen that you want to display the size for a non minified bundle (e.g Rollup is used to generate two bundles one minified and one non minified).rollup-plugin-filesize/src/index.js
Lines 50 to 58 in 22e8c89
The text was updated successfully, but these errors were encountered: