mirror of
https://github.com/developit/microbundle.git
synced 2026-01-25 14:06:50 +00:00
Replace Bublé references in readme with Babel
Changed because this project no longer utilises Bublé, it was replaced with Babel in https://github.com/developit/microbundle/pull/362.
This commit is contained in:
parent
590cb4b306
commit
9cbc020305
@ -12,7 +12,7 @@
|
||||
## ✨ Features:
|
||||
|
||||
- **One dependency** to bundle your library using only a `package.json`
|
||||
- Support for ESnext & async/await _(via [Bublé] & [async-to-promises])_
|
||||
- Support for ESnext & async/await _(via [Babel] & [async-to-promises])_
|
||||
- Produces tiny, optimized code for all inputs
|
||||
- Supports multiple entry modules _(`cli.js` + `index.js`, etc)_
|
||||
- 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:
|
||||
[MIT](https://oss.ninja/mit/developit/)
|
||||
|
||||
[rollup]: https://github.com/rollup/rollup
|
||||
[bublé]: https://github.com/Rich-Harris/buble
|
||||
[Babel]: https://babeljs.io/
|
||||
[async-to-promises]: https://github.com/rpetrich/babel-plugin-transform-async-to-promises
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user