Skip to content

Commit

Permalink
Merge pull request #322 from tomByrer/patch-1
Browse files Browse the repository at this point in the history
+ Nodent link in Readme
  • Loading branch information
developit committed Feb 25, 2019
2 parents 4ef32f1 + 399ab19 commit f293bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
## ✨ Features:

- **One dependency** to bundle your library using only a `package.json`
- Support for ESnext & async/await _(via [Bublé] & [Nodent])_
- Support for ESnext & async/await _(via [Bublé] & [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>)_
Expand Down Expand Up @@ -125,3 +125,4 @@ Here's what's coming up for Microbundle:

[rollup]: https://github.com/rollup/rollup
[bublé]: https://github.com/Rich-Harris/buble
[async-to-promises]: https://github.com/rpetrich/babel-plugin-transform-async-to-promises

0 comments on commit f293bf8

Please sign in to comment.