Skip to content

Commit

Permalink
fix: use async false until new react-dev-utils version that should fi…
Browse files Browse the repository at this point in the history
…x async true
  • Loading branch information
jpavon committed Feb 10, 2019
1 parent 5f512f2 commit 8fb5ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module.exports = {
tslint: paths.appTsLint,
watch: [paths.appSrc],
checkSyntacticErrors: true,
async: true,
async: false,
useTypescriptIncrementalApi: true,
formatter: typescriptFormatter
})
Expand Down

0 comments on commit 8fb5ab0

Please sign in to comment.