webpack terminates watch if there is an error in the style files
Opened this issue · 2 comments
Deleted user commented
Hello! Why does webpack stop "watch" if there is an error in the stylesheets? Other plugins that check code at build time, such as 'fork-ts-checker-webpack-plugin', throw an error if there is an error in the code, but the "watch" process does not terminate.
To be honest, it is extremely inconvenient to manually restart "watch" every time
ricardogobbosouza commented
Hi @ladarit
Fixed in #230
ricardogobbosouza commented
Fixed in v2.2.0