We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952aede commit 81f8310Copy full SHA for 81f8310
1 file changed
README.md
@@ -12,7 +12,7 @@
12
## ✨ Features:
13
14
- **One dependency** to bundle your library using only a `package.json`
15
-- Support for ESnext & async/await _(via [Bublé] & [Nodent](https://github.com/MatAtBread/nodent))_
+- Support for ESnext & async/await _(via [Bublé] & [async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises))_
16
- Produces tiny, optimized code for all inputs
17
- Supports multiple entry modules _(`cli.js` + `index.js`, etc)_
18
- 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>)_
0 commit comments