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: Removed ext_background workaround Created Sept. 25, 2017, 3:17 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 | « no previous file | package-lock.json » ('j') | packagerChrome.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index b925927b59e0a1cecbfb96e45cd1fbc502d37208..8c8173385a4361c512cfe2b3e0a27a11cd622a85 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,11 @@
"repository": "https://hg.adblockplus.org/buildtools",
"license": "MPL-2.0",
"dependencies": {
- "jsdoc": "3.5.4"
+ "jsdoc": "3.5.4",
+ "webpack": "3.5.5"
},
"scripts": {
- "jsdoc": "jsdoc"
+ "jsdoc": "jsdoc",
+ "webpack": "webpack"
Wladimir Palant 2017/09/26 12:06:13 It's probably better to transform the webpack.conf
}
}
« no previous file with comments | « no previous file | package-lock.json » ('j') | packagerChrome.py » ('J')

Powered by Google App Engine
This is Rietveld