Symlink in /static fails build #24865
Labels
status: needs reproduction
This issue needs a simplified reproduction of the bug for further troubleshooting.
type: bug
An issue or pull request relating to a bug in Gatsby
Description
A javascript library I'm using needs to be available as static files, and is also required in the code. Hence, I put it in
src/components/Something/charting_library
and symlinked it tostatic
.This symlink gets served properly in development mode, but cannot be built.
Steps to reproduce
Expected result
no errors
Actual result
Environment
The text was updated successfully, but these errors were encountered: