Closed samijaber closed 3 years ago
Path | Size |
---|---|
dist/unsplash-js.cjs.production.min.js | 3.54 KB (+34.36% 🔺) |
dist/unsplash-js.esm.js | 3.55 KB (+33.98% 🔺) |
^ The size increase must be tied to re-exporting the types...🤔
3.5kb is still pretty good IMO so I'm not going to lose sleep over this. I'll add a note, we can dig into bringing the size back down after merging the major version + response types.
EDIT: Ah, this is most likely explained by how large the Language
enum is. Tree-shaking should allow users who don't rely on the enum to not bundle it, keeping the size closer to ~2.5kb.
Overview