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: Produce all bundles in one Node.js process to speed things up Created Oct. 4, 2017, 4:45 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
« no previous file with comments | « 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"
+ "jsdoc": "jsdoc"
}
}
« no previous file with comments | « info-loader.js ('k') | packagerChrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld