Microbundle is a zero-configuration bundler for tiny modules, powered by Rollup and created by Jason Miller the inventor of Preact.
I tested it in the past on a few projects and was always impressed by the ease of use and the performances. Out of all bundlers I tested, Microbundle has always been the one delivering the smallest builds.
Microbunlde v0.12 was released few days ago this was a good opportunity to test it again and I have to say that I am SOLD !!!
I am working on a typescript library project. My bundler was a mix of Typscript transpiller, Babel and Rollup. Lots of settings I had no clue about and lots of time spent trying to tune it.
I switch to Microbundle and it:
- Worked out of the box
- Removed at least 10 packages from my
package.json
- Reduced the build size by 2
- Delivers out of the box
umd
,CommonJS/Node
,types
andmodule
builds
🙏 🙏 Thanks Jason & team 👏👏
Top comments (1)
OMFG this is incredible.
I just went from
to
And it all just worked with zero configuration, as promised. Bravo.