We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba561d commit f297e69Copy full SHA for f297e69
lib/index.js
@@ -252,7 +252,7 @@ ForkTsCheckerWebpackPlugin.prototype.spawnService = function () {
252
WATCH: this.isWatching ? this.watchPaths.join('|') : '',
253
WORK_DIVISION: Math.max(1, this.workersNumber),
254
MEMORY_LIMIT: this.memoryLimit,
255
- CHECK_SYNTACTIC_ERRORS: this.checkSyntacticErrors || false
+ CHECK_SYNTACTIC_ERRORS: this.checkSyntacticErrors
256
}
257
),
258
stdio: ['inherit', 'inherit', 'inherit', 'ipc']
0 commit comments