Skip to content

Commit

Permalink
fix(typescript-webpack): remove async=false option from ts-checker to…
Browse files Browse the repository at this point in the history
… avoid preload compile hang (#1497)
  • Loading branch information
malept authored Feb 18, 2020
1 parent d015bab commit fe5b33c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/template/typescript-webpack/tmpl/webpack.plugins.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');

module.exports = [
new ForkTsCheckerWebpackPlugin({
async: false
})
new ForkTsCheckerWebpackPlugin()
];

0 comments on commit fe5b33c

Please sign in to comment.