FR: Add a config option to disable writing .next/export-detail.json
when running next export
#43363
gregmagolan
started this conversation in
Ideas
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
How does this change in Next 14? Now that export is no longer a separate command? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is still an issue resulting in an
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like to request
A config option to disable writing
.next/export-detail.json
when runningnext export
.When building Next.js under Bazel, the
.next
folder is a write-protected input directory to thenext export
target so Bazel prevents Next.js from writing the.next/export-detail.json
file there which fails the build.This is relevant to non-Bazel use cases as well in workflows where the
.next
folder is read-only: #10137Describe the solution you'd like
A config option to disable writing
.next/export-detail.json
when runningnext export
.Describe alternatives you've considered
No alternatives available.
Beta Was this translation helpful? Give feedback.
All reactions