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

add bail: true to webpack config #153

Merged
merged 1 commit into from
May 16, 2019

Conversation

omonk
Copy link
Contributor

@omonk omonk commented May 16, 2019

I came across a need for this today and found this ticket #150

@swyxio
Copy link
Contributor

swyxio commented May 16, 2019

thanks! one option i considered was checking against NODE_ENV:

bail: nodeEnv === 'production'

not sure how helpful that will be since we are only doing builds in this code path. just a thought.

didnt put it in the end. accepting as is

@swyxio swyxio merged commit b205881 into netlify:master May 16, 2019
@swyxio
Copy link
Contributor

swyxio commented May 16, 2019

[email protected]

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