This repository was archived by the owner on Mar 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ node_modules
12
12
* .minified. *
13
13
* .minified. * .map
14
14
.ignoreme
15
+ report. * . * . * . * . * .json
Original file line number Diff line number Diff line change 190
190
},
191
191
"scripts" : {
192
192
"vscode:prepublish" : " npm run compile" ,
193
- "compile" : " node --max_old_space_size =4096 node_modules/webpack/bin/webpack --mode production" ,
193
+ "compile" : " node --max-old-space-size =4096 node_modules/webpack/bin/webpack --mode production" ,
194
194
"watch" : " node node_modules/webpack/bin/webpack --mode development --watch" ,
195
195
"pretest" : " npm run compile && npm run ts:compile" ,
196
196
"ts:compile" : " tsc -p ./" ,
197
- "test" : " node --max_old_space_size =4096 ./out/test/runTest.js" ,
197
+ "test" : " node --max-old-space-size =4096 ./out/test/runTest.js" ,
198
198
"lint" : " tslint -p ./"
199
199
},
200
200
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const config = {
33
33
new ( require ( 'fork-ts-checker-webpack-plugin' ) ) ( {
34
34
async : false ,
35
35
useTypescriptIncrementalApi : true ,
36
- memoryLimit : 4096 ,
36
+ memoryLimit : 2048 ,
37
37
checkSyntacticErrors : true ,
38
38
tsconfig : tsconfig
39
39
} )
You can’t perform that action at this time.
0 commit comments