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

Fix excessive rebuilds of nextjs #148

Merged
merged 1 commit into from
Mar 1, 2022
Merged

Fix excessive rebuilds of nextjs #148

merged 1 commit into from
Mar 1, 2022

Conversation

statik
Copy link
Member

@statik statik commented Mar 1, 2022

Use a build manifest sentinel file for the output of the
nextjs build rule.

Tidy nextjs build/export by wrapping inside a bazel macro
along with the go generation code for the embedded filesystem.

The end result of this is that iterating on go code is much
faster because there are no longer spurious rebuilds of nextjs
when no nextjs source code has changed.

Use a build manifest sentinel file for the output of the
nextjs build rule.

Tidy nextjs build/export by wrapping inside a bazel macro
along with the go generation code for the embedded filesystem.

The end result of this is that iterating on go code is much
faster because there are no longer spurious rebuilds of nextjs
when no nextjs source code has changed.

Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>
@statik statik merged commit bda0609 into main Mar 1, 2022
@statik statik deleted the excessive-rebuilds branch March 1, 2022 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant