diff --git a/src/config/webpack.config.config.ts b/src/config/webpack.config.config.ts index 3b70705..068233b 100644 --- a/src/config/webpack.config.config.ts +++ b/src/config/webpack.config.config.ts @@ -43,6 +43,10 @@ export function getConfigConfig({ } ] }, - plugins: [new ForkTsCheckerWebpackPlugin()] + plugins: [ + new ForkTsCheckerWebpackPlugin({ + async: false + }) + ] }) }