Skip to content

Commit

Permalink
Merge pull request #3213 from gcorne/add/umd-dev-build
Browse files Browse the repository at this point in the history
Add UMD module with developer warnings
  • Loading branch information
taion committed Mar 21, 2016
2 parents 88c6fb8 + ad5ee12 commit 409513b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "npm run build-cjs && npm run build-es6",
"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
"build-es6": "rimraf es6 && babel ./modules -d es6 --blacklist=es6.modules --ignore '__tests__'",
"build-umd": "NODE_ENV=production webpack modules/index.js umd/ReactRouter.js",
"build-umd": "NODE_ENV=development webpack modules/index.js umd/ReactRouter.js",
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/ReactRouter.min.js",
"lint": "eslint modules examples",
"start": "node examples/server.js",
Expand Down

0 comments on commit 409513b

Please sign in to comment.