Rocco Cataldo

Results 26 comments of Rocco Cataldo

Hi @quintonn, good question. Setting `wait` to true does fix the issue with missing notifications in Windows 10, but it also prevents the webpack build from completing until the notification...

@quintonn , just tested out your PR, thanks. In my testing it seems that while the notification is now shown consistently in Windows (due to setting `wait` to `true`), the...

@quintonn, I think I've come up with a fix. Would you mind testing using the `bugfix/blocking-notifications` branch to ensure that 1) notifications appear as expected and 2) the build is...

Which version of webpack is your project using?

I've updated to `[email protected]`. This appears to have fixed the issue. Please let me know if you still have issues after upgrading to `[email protected]`.

@david-hollifield -- apologies for the delay in my response. I will have a look this morning.

Hi @fregante , yeah, this is a good idea. Feel free to raise a PR, otherwise I can try and get around to implementing this sometime in the near future.

Thanks for the report. Are you using something like `fork-ts-checker-webpack-plugin` to run the type checker in another process? Any chance you can provide an example webpack config or project to...