-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Warn on invalid config format #19941
Comments
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
We're launching a new api soon. It will give proper error messages based on Joi schema. |
Description
Gatsby does not support using functions in its config, but it does not complain if you do. This can result in silent failures that are difficult to debug.
Possibly related PR: #16027
Steps to reproduce
cc @sidharthachatterjee do you have an example that can go here?
Expected result
Gatsby should complain that your config is invalid.
Actual result
Gatsby does not complain, instead unrelated errors appear later in the build process.
Environment
n/a
The text was updated successfully, but these errors were encountered: