We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c824024 commit 073df44Copy full SHA for 073df44
README.md
@@ -11,8 +11,9 @@
11
12
## ✨ Features:
13
14
-- Bundles your library using nothing but a `package.json`
+- **One dependency** to bundle your library using only a `package.json`
15
- Support for ESnext & async/await _(via [Bublé] & [Nodent])_
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>)_
19
- Built-in Uglify compression & gzipped bundle size tracking
0 commit comments