Skip to content

Commit effa366

Browse files
committed
readme
1 parent 4feca5d commit effa366

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,10 @@ Note that `Buffer.from()` for `JSON.stringify()` is added to emulate I/O where a
390390

391391
The NPM package distributed in npmjs.com includes both ES2015+ and ES5 files:
392392

393-
* `/dist` is compiled into ES2015+
394-
* `/dist.es5` is compiled into ES5 and bundled to singile file
393+
* `dist/` is compiled into ES2015+
394+
* `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)
395397

396398
If you use NodeJS and/or webpack, their module resolvers use the suitable one automatically.
397399

0 commit comments

Comments
 (0)