Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: option swallowError #42

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

cl1ck
Copy link

@cl1ck cl1ck commented Apr 28, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant