Incorrect output when out directory is a symlink #2466
just-boris
started this conversation in
Ideas
Replies: 1 comment
-
Hi @just-boris thanks for reporting and for the replication repo. Going to surface to the maintainers to take a look at. |
Beta Was this translation helpful? Give feedback.
0 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.
-
When
buildOptions.out
points to a symlink, the output is broken.I have created a repository to replicate the issue: https://github.com/just-boris/snowpack-symlinks
Expected: build files are under
build/static
Actual: build files are under
build/static/_.._/_.._/output/static
which makes artefacts undeployable.Moving the out directory outside of the symlinked path works, but our project requirement is to put artefacts in the symlinked path and this issue is a show-stopper for integrating snowpack
Beta Was this translation helpful? Give feedback.
All reactions