badrap / result

A TypeScript result type taking cues from Rust's Result and Haskell's Either types
MIT License
292 stars 6 forks source link

Create bundle in modern mode #16

Closed niklasf closed 2 years ago

niklasf commented 2 years ago

Using https://github.com/developit/microbundle#-modern-mode-.

$ du --bytes dist/*js
 906 dist/index.modern.js
1252 dist/index.mjs
1322 dist/index.js
jviide commented 2 years ago

These changes have now been published in v0.2.12 🚀