I was making a preload script, and then connecting by following this scheme (https://js.electronforge.io/plugin/webpack/interfaces/webpackpreloadentrypoint) in package.json
You can clone my repository to see the issue.
Just using 'electron-forge start' to start the project, and then it stucks.

Any update or work around on this?
Can't compile the project because of this.
Using preload works fine with the webpack template. It's just when using the typescript-webpack template, it hangs.
Remove the async: false option from the ForkTsCheckerWebpackPlugin constructor in webpack.plugins.js. #1497 removes it from the template.
Most helpful comment
Remove the
async: falseoption from theForkTsCheckerWebpackPluginconstructor inwebpack.plugins.js. #1497 removes it from the template.