webpack-shell-plugin
webpack-shell-plugin copied to clipboard
feat: option swallowError
I use webpack-shell-plugin to run my unit tests after bundling them with webpack (using mocha). In watch mode any failed tests would take down webpack because the shell plugin is throwing an error. So I added the possibility to swallow any errors of the shell scripts.
The build process failed with the current dependencies so I needed to update them to their latest versions.