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

Show Webpack compilation errors and exit with non zero code #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

denis-ok
Copy link
Contributor

Description

It turns out we don't display any Webpack compilation errors and don't stop a process with a non-zero exit code.
It leads to false-positive builds that fail in runtime.

@denis-ok denis-ok force-pushed the handle-webpack-compilation-errors branch from 54b33bf to 814ed32 Compare August 29, 2022 05:38
@denis-ok denis-ok force-pushed the handle-webpack-compilation-errors branch from 814ed32 to a084531 Compare August 29, 2022 05:38
@jchavarri
Copy link
Contributor

hi @bloodyowl ! do you think there are any blockers, and if there are, is there any way we could help to provide more info (tests, docs) for this PR?

Sometimes we change folders or configs in our repo, and as we have a bunch of instances of reshowcase being built, when there are any webpack errors they get swallowed, and it gets hard to debug or understand what's going on, as deploys will succeed just fine.

thanks ! :)

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.

2 participants