We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a3676 commit da74c31Copy full SHA for da74c31
1 file changed
README.md
@@ -60,7 +60,7 @@ or packaging just about any resource or asset.
60
61
**TL;DR**
62
63
-* Bundles [ES Modules](http://www.2ality.com/2014/09/es6-modules-final.html), [CommonJS](http://wiki.commonjs.org/) and [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) modules (even combined).
+* Bundles [ES Modules](http://www.2ality.com/2014/09/es6-modules-final.html), [CommonJS](http://wiki.commonjs.org/), and [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) modules (even combined).
64
* Can create a single bundle or multiple chunks that are asynchronously loaded at runtime (to reduce initial loading time).
65
* Dependencies are resolved during compilation, reducing the runtime size.
66
* Loaders can preprocess files while compiling, e.g. TypeScript to JavaScript, Handlebars strings to compiled functions, images to Base64, etc.
0 commit comments