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 4feca5d commit effa366Copy full SHA for effa366
README.md
@@ -390,8 +390,10 @@ Note that `Buffer.from()` for `JSON.stringify()` is added to emulate I/O where a
390
391
The NPM package distributed in npmjs.com includes both ES2015+ and ES5 files:
392
393
-* `/dist` is compiled into ES2015+
394
-* `/dist.es5` is compiled into ES5 and bundled to singile file
+* `dist/` is compiled into ES2015+
+* `dist.es5/` is compiled into ES5 and bundled to singile file
395
+ * `dist.es5/webpack.min.js` - the default, minified file (UMD)
396
+ * `dist.es5/webpack.js` - an optional, non-minified file (UMD)
397
398
If you use NodeJS and/or webpack, their module resolvers use the suitable one automatically.
399
0 commit comments