uuidjs / uuid

Generate RFC-compliant UUIDs in JavaScript
MIT License
14.65k stars 904 forks source link

fix: remove sourcemaps #827

Closed broofa closed 4 weeks ago

broofa commented 4 weeks ago

Putting this up for discussion of #826.

Removing sourcemaps reduces the bundle size by ~200KB (according to du -sh)

Closes #826