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
We use Terser.minify with mangle: false, which is different than almost all production builds. Effectively, we are penalizing packages who have readable variable names in node_modules :)
(npm already shows Unpacked Size, which is useful if you care about how much node_modules bloats, rather than your actual build.)
I know adding mangling would be a big change to historical data. Would you consider it?
The text was updated successfully, but these errors were encountered:
https://github.com/pastelsky/package-build-stats/blob/v6.2.2/src/getDependencySizeTree.js#L139-L140
We use
Terser.minify
withmangle: false
, which is different than almost all production builds. Effectively, we are penalizing packages who have readable variable names innode_modules
:)(npm already shows
Unpacked Size
, which is useful if you care about how muchnode_modules
bloats, rather than your actual build.)I know adding mangling would be a big change to historical data. Would you consider it?
The text was updated successfully, but these errors were encountered: