Closed Hecatron closed 3 years ago
Please provide reproducible test repo
Ok put one up here https://github.com/Hecatron/Example.WebpackDevserver1
Sorry for delay, I will look at this tomorrow
No problems with webpack or webpack-dev-server, just comment ForkTsCheckerWebpackPlugin
and no problems, spent 1 hour on debug :disappointed: , please try latest version of https://github.com/TypeStrong/fork-ts-checker-webpack-plugin, locally fixed the problem, of you still ahve the problem , please open an issue in fork-ts-checker-webpack-plugin
repo, thanks
Cool thanks for looking into this I can confirm as soon as I upgraded from 6.0.0 to 6.0.5 for fork-ts-checker-webpack-plugin it fixed it sorry I would have raised the issue there if I'd known but figuring that one out was beyond my abilities
Hi, I've noticed that when using Yarn V2 (PNP) and Webpack V5 in combination causes webpack-dev-server to go into a rebuild loop.
This might be related to https://github.com/webpack/webpack-dev-server/issues/2807 I'm not sure, should be interesting to see what happens when this is updated
Note I've been using the command "webpack serve --mode development --env development" instead of "webpack-dev-server" which fixes the issue with the latest webpack-cli