webpack-shell-plugin icon indicating copy to clipboard operation
webpack-shell-plugin copied to clipboard

feat: option swallowError

Open cl1ck opened this issue 8 years ago • 0 comments

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.

cl1ck avatar Apr 28 '17 12:04 cl1ck