webpack-contrib/stylelint-webpack-plugin

webpack terminates watch if there is an error in the style files

Opened this issue · 2 comments

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

Hi @ladarit
Fixed in #230