Open karrui opened 1 month ago
refactor: use explicit import for lodash (to reduce bundling whole lib)
fix: mark sideEffects false for package
npm notice package size: 472.8 kB npm notice unpacked size: 4.4 MB
To check for tree shake
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @karrui and the rest of your teammates on Graphite
refactor: use explicit import for lodash (to reduce bundling whole lib)
fix: mark sideEffects false for package
After
npm notice package size: 472.8 kB npm notice unpacked size: 4.4 MB
When importing in a test app
To check for tree shake
Before
After