We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If there's a syntax error (and I believe it anything throws) in siteConfig.js, then the error is completely swallowed:
yarn start Using globally installed version of Yarn yarn run v1.2.0 warning package.json: No license field $ docusaurus-start --port 8082 Checking if port 8082 is free... Starting Docusaurus server on port 8082... ✨ Done in 1.60s.
would be nice to not swallow them, it makes for a bad developer experience :)
The text was updated successfully, but these errors were encountered:
Also, siteConfig.js is not reloaded automatically when I refresh a page. I need a hard restart to pick up the changes.
Sorry, something went wrong.
@vjeux I believe a49787a fixes your original issue.
And we have another feature request issue re: reloading automatically.
Please reopen if you find this is not the case.
No branches or pull requests
If there's a syntax error (and I believe it anything throws) in siteConfig.js, then the error is completely swallowed:
would be nice to not swallow them, it makes for a bad developer experience :)
The text was updated successfully, but these errors were encountered: