marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

Reduce build sizes #201

Open marcuswestin opened 7 years ago

marcuswestin commented 7 years ago

Current build sizes are a bit bigger than v1.

marcuswestin commented 7 years ago

Also see #129

marcuswestin commented 7 years ago
marcuswestin commented 7 years ago
marcuswestin commented 7 years ago
marcuswestin commented 7 years ago
marcuswestin commented 7 years ago
PaulBGD commented 7 years ago

You could use rollup, since that can heavily improve the size of a bundle with treeshaking + putting everything in the same scope.

marcuswestin commented 7 years ago

@PaulBGD 👍👍 wasn't aware of rollup! Will check it out - thanks!