Replies: 2 comments 2 replies
-
WorkaroundSet |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! While @pedrolamas initially planned on allowing |
Beta Was this translation helpful? Give feedback.
2 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.
-
Description
According to PR #31130 and Gatsby v3.5 release notes, it should now be possible to specify
output: ""
in[email protected]
. Yet, it appears to reject an empty string value and still report the"output" is not allowed to be empty
error, same as older versions.Steps to reproduce
[email protected]
gatsby-config.js
, set the optionoutput
to""
i.e.
Expected result
[email protected]
should acceptoutput: ""
.Actual result
It rejected the value and an error is promoted instead.
Environment
Beta Was this translation helpful? Give feedback.
All reactions