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
These lines will best case scenario throw a cryptic error, worst case scenario not copy your files correctly:
https://github.com/facebookexperimental/Docusaurus/blob/master/lib/server/generate.js#L342-L344
Try yarn build with a file called staticRedirect.js for a repro.
yarn build
staticRedirect.js
The text was updated successfully, but these errors were encountered:
Bug fixes in generatejs (#169)
fa1ec70
* Misc cleanups related to console.log messages in yarn build * Fixes #96
No branches or pull requests
These lines will best case scenario throw a cryptic error, worst case scenario not copy your files correctly:
https://github.com/facebookexperimental/Docusaurus/blob/master/lib/server/generate.js#L342-L344
Try
yarn build
with a file calledstaticRedirect.js
for a repro.The text was updated successfully, but these errors were encountered: