Skip to content

Commit 66a868c

Browse files
author
Feiyang Liu
committed
disable mangle for faster build
1 parent 9189103 commit 66a868c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

patches/common/build.diff

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Index: code-editor-src/package.json
22
===================================================================
33
--- code-editor-src.orig/package.json
44
+++ code-editor-src/package.json
5+
@@ -34,7 +34,7 @@
6+
"watch-extensionsd": "deemon npm run watch-extensions",
7+
"kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
8+
"precommit": "node build/hygiene.ts",
9+
- "gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
10+
+ "gulp": "DISABLE_MANGLE=true NODE_OPTIONS=\"${NODE_OPTIONS:---max-old-space-size=8192}\" node ./node_modules/gulp/bin/gulp.js",
11+
"electron": "node build/lib/electron.ts",
12+
"7z": "7z",
13+
"update-grammars": "node build/npm/update-all-grammars.ts",
514
@@ -78,10 +78,10 @@
615
"@vscode/deviceid": "^0.1.1",
716
"@vscode/iconv-lite-umd": "0.7.1",

0 commit comments

Comments
 (0)