webpack-shell-plugin
webpack-shell-plugin copied to clipboard
Question does this work with webpack watch?
Question for you - does this work with webpack --watch
or only work with webpack
? My guess is that it's not designed to work with webpack --watch
.
Funny part is when something throws error then it will break watch. This is hardcoded in code. So seems to be not compatible with watch. If there will be possibility to catch error then this could work.