summaryrefslogtreecommitdiff
path: root/intro.md
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2019-05-19 19:16:16 -0700
committerAlexander Early <alexander.early@gmail.com>2019-05-19 19:16:16 -0700
commit012acbb279b3be0932ea0179fa7c1baf4cdaa50f (patch)
tree76e6681c3c366c8e0a6dc58ce74856ca8fc3ee9c /intro.md
parentde383130194069a957d2ce72eccd22b6783ca005 (diff)
downloadasync-012acbb279b3be0932ea0179fa7c1baf4cdaa50f.tar.gz
update docsmodule-pkg
Diffstat (limited to 'intro.md')
-rw-r--r--intro.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/intro.md b/intro.md
index 0638077..f1ec5e9 100644
--- a/intro.md
+++ b/intro.md
@@ -264,7 +264,9 @@ included in the `/dist` folder. Async can also be found on the [jsDelivr CDN](ht
### ES Modules
-We also provide Async as a collection of ES2015 modules, in an alternative `async-es` package on npm.
+Async includes a `.mjs` version that should automatically be used by compatible bundlers such as Webpack or Rollup, anything that uses the `module` field of the `package.json`.
+
+We also provide Async as a collection of purely ES2015 modules, in an alternative `async-es` package on npm.
```bash
$ npm install async-es