File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212## ✨ Features:
1313
1414- ** One dependency** to bundle your library using only a ` package.json `
15- - Support for ESnext & async/await _ (via [ Bublé ] & [ async-to-promises] )_
15+ - Support for ESnext & async/await _ (via [ Babel ] & [ async-to-promises] )_
1616- Produces tiny, optimized code for all inputs
1717- Supports multiple entry modules _ (` cli.js ` + ` index.js ` , etc)_
1818- Creates multiple output formats for each entry _ (<abbr title =" CommonJS (node) " >CJS</abbr >, <abbr title =" Universal Module Definition " >UMD</abbr > & <abbr title =" ECMAScript Modules " >ESM</abbr >)_
@@ -213,5 +213,5 @@ Here's what's coming up for Microbundle:
213213[ MIT] ( https://oss.ninja/mit/developit/ )
214214
215215[ rollup ] : https://github.com/rollup/rollup
216- [ bublé ] : https://github.com/Rich-Harris/buble
216+ [ Babel ] : https://babeljs.io/
217217[ async-to-promises ] : https://github.com/rpetrich/babel-plugin-transform-async-to-promises
You can’t perform that action at this time.
0 commit comments