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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "buildtools", 2 "name": "buildtools",
3 "repository": "https://hg.adblockplus.org/buildtools", 3 "repository": "https://hg.adblockplus.org/buildtools",
4 "license": "MPL-2.0", 4 "license": "MPL-2.0",
5 "dependencies": { 5 "dependencies": {
6 "jsdoc": "3.5.4", 6 "jsdoc": "3.5.4",
7 "webpack": "3.5.5" 7 "webpack": "3.5.5"
8 }, 8 },
9 "scripts": { 9 "scripts": {
10 "jsdoc": "jsdoc", 10 "jsdoc": "jsdoc"
11 "webpack": "webpack"
kzar 2017/10/02 18:48:33 I found that `npm run-script` didn't pass my envir
12 } 11 }
13 } 12 }
OLDNEW
« info-loader.js ('K') | « info-loader.js ('k') | packagerChrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld