We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2959391 commit 91a2199Copy full SHA for 91a2199
config/webpack.config.dev.js
@@ -181,7 +181,9 @@ module.exports = {
181
tsconfig: paths.appTsConfig,
182
tslint: paths.appTsLint,
183
watch: [paths.appSrc],
184
- checkSyntacticErrors: true
+ checkSyntacticErrors: true,
185
+ async: true,
186
+ useTypescriptIncrementalApi: true
187
})
188
],
189
// Some libraries import Node modules but don't use them in the browser.
package.json
@@ -48,7 +48,7 @@
48
"dotenv": "^6.2.0",
49
"dotenv-expand": "^4.2.0",
50
"file-loader": "^2.0.0",
51
- "fork-ts-checker-webpack-plugin": "^0.5.2",
+ "fork-ts-checker-webpack-plugin": "1.0.0-alpha.6",
52
"fs-extra": "^7.0.1",
53
"html-webpack-plugin": "^4.0.0-beta.5",
54
"identity-obj-proxy": "^3.0.0",
0 commit comments