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

Don't fail build by linter on development #163

Merged
merged 1 commit into from
Aug 2, 2021
Merged

Conversation

jotoeri
Copy link
Contributor

@jotoeri jotoeri commented Jul 31, 2021

As we shortly discussed on the Frontender-Chat, it is quite annoying if HMR does not work due to dumb or even temporary linting errors. Typical dev-cycle is to care about missing linting from time to time, but not on each single build.

This now disables the build-fail on linting-errors during development. So linting-errors are still shown on console, but one is still able to use the built js. This behaviour has acutally been there on "npm run watch", but now also works with "npm run serve". 😊

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
@jotoeri jotoeri requested review from artonge and skjnldsv July 31, 2021 20:15
@skjnldsv skjnldsv merged commit 1de5257 into master Aug 2, 2021
@skjnldsv skjnldsv deleted the enh/eslint_fail_hmr branch August 2, 2021 06:47
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