Skip to content

Commit b6f904a

Browse files
author
Sagi Avinash Varma
committed
add reference to webpack in built tools to generate umd builds
1 parent 692e999 commit b6f904a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ is usable in AMD.
5959
* [gulp-umd](https://github.com/eduardolundgren/gulp-umd) is a [Gulp](http://gulpjs.com/) task for surrounding JavaScript code with UMD boilerplate
6060
* [grunt-urequire](https://github.com/aearly/grunt-urequire) is a Grunt wrapper for [uRequire](https://github.com/anodynos/uRequire) a conversion tool for universal JavaScript modules.
6161
* [generator-umd](https://github.com/ruyadorno/generator-umd) is an Yeoman Generator that creates a single module project with UMD boilerplate
62+
* [webpack](https://github.com/webpack/webpack) is a bundler for javascript. [libraryTarget: "umd"](https://webpack.js.org/configuration/output/#module-definition-systems) is an option in webpack settings for generating UMD builds
6263

6364

6465
#### Testing

0 commit comments

Comments
 (0)