From 555701dbabf6d568b51cb106e6608c1acc871bbb Mon Sep 17 00:00:00 2001 From: Sagi Avinash Varma Date: Sun, 24 Sep 2017 15:41:42 +0530 Subject: [PATCH] add reference to webpack in built tools to generate umd builds --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5871c9..ef5f4bc 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ is usable in AMD. * [gulp-umd](https://github.com/eduardolundgren/gulp-umd) is a [Gulp](http://gulpjs.com/) task for surrounding JavaScript code with UMD boilerplate * [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. * [generator-umd](https://github.com/ruyadorno/generator-umd) is an Yeoman Generator that creates a single module project with UMD boilerplate +* [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 #### Testing