diff --git a/packages/template/typescript-webpack/tmpl/webpack.plugins.js b/packages/template/typescript-webpack/tmpl/webpack.plugins.js index 4aa1aaad17..d2e3b0333e 100644 --- a/packages/template/typescript-webpack/tmpl/webpack.plugins.js +++ b/packages/template/typescript-webpack/tmpl/webpack.plugins.js @@ -1,7 +1,5 @@ const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); module.exports = [ - new ForkTsCheckerWebpackPlugin({ - async: false - }) + new ForkTsCheckerWebpackPlugin() ];