Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29549786: Issue 5535 - Replace our module system with webpack (Closed)
Patch Set: Avoid writing files when producing webpack bundles Created Oct. 2, 2017, 6:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« info-loader.js ('K') | « info-loader.js ('k') | packagerChrome.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 8c8173385a4361c512cfe2b3e0a27a11cd622a85..831891a7576b49fa60489ee0bd5622c75cd3aa70 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,6 @@
"webpack": "3.5.5"
},
"scripts": {
- "jsdoc": "jsdoc",
- "webpack": "webpack"
kzar 2017/10/02 18:48:33 I found that `npm run-script` didn't pass my envir
+ "jsdoc": "jsdoc"
}
}
« info-loader.js ('K') | « info-loader.js ('k') | packagerChrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld