Skip to content

Fail production build quickly#13496

Merged
kodiakhq[bot] merged 3 commits intovercel:canaryfrom
Timer:hotfix/fast-build-failures
May 28, 2020
Merged

Fail production build quickly#13496
kodiakhq[bot] merged 3 commits intovercel:canaryfrom
Timer:hotfix/fast-build-failures

Conversation

@Timer
Copy link
Copy Markdown
Member

@Timer Timer commented May 28, 2020

By default, webpack will proceed to run loaders and plugins on all files, even after an error has been encountered during the build process.

This means you might need to wait minutes to see a syntax error encountered in one of your source files. This PR fixes that.

@Timer Timer added this to the 9.4.5 milestone May 28, 2020
@Timer Timer requested review from ijjk, lfades and timneutkens as code owners May 28, 2020 13:32
@kodiakhq kodiakhq bot merged commit c64cb60 into vercel:canary May 28, 2020
@Timer Timer deleted the hotfix/fast-build-failures branch May 28, 2020 22:52
rokinsky pushed a commit to rokinsky/next.js that referenced this pull request Jul 11, 2020
By default, webpack will proceed to run loaders and plugins on all files, even after an error has been encountered during the build process.

This means you might need to wait minutes to see a syntax error encountered in one of your source files. This PR fixes that.
@vercel vercel locked as resolved and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants