From 073df44532df7ad46b0f35e6773b4bdec5e84141 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Fri, 26 Jan 2018 15:33:20 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78610a9..3f5f34d 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ ## ✨ Features: -- Bundles your library using nothing but a `package.json` +- **One dependency** to bundle your library using only a `package.json` - Support for ESnext & async/await _(via [Bublé] & [Nodent])_ +- Produces tiny, optimized code for all inputs - Supports multiple entry modules _(`cli.js` + `index.js`, etc)_ - Creates multiple output formats for each entry _(CJS, UMD & ESM)_ - Built-in Uglify compression & gzipped bundle size tracking