Skip to content

Commit

Permalink
feat: use new useTypescriptIncrementalApi option in fork-ts-checker-w…
Browse files Browse the repository at this point in the history
…ebpack-plugin for faster compilation
  • Loading branch information
jpavon committed Feb 8, 2019
1 parent 2959391 commit 91a2199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ module.exports = {
tsconfig: paths.appTsConfig,
tslint: paths.appTsLint,
watch: [paths.appSrc],
checkSyntacticErrors: true
checkSyntacticErrors: true,
async: true,
useTypescriptIncrementalApi: true
})
],
// Some libraries import Node modules but don't use them in the browser.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dotenv": "^6.2.0",
"dotenv-expand": "^4.2.0",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"fork-ts-checker-webpack-plugin": "1.0.0-alpha.6",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^4.0.0-beta.5",
"identity-obj-proxy": "^3.0.0",
Expand Down

0 comments on commit 91a2199

Please sign in to comment.