vite plugin fails to resolve files when full path starts with /app
(remix, docker)
#1402
Open
2 tasks done
Labels
Describe the bug
reporting a fairly obscure issue but it caught me up for a while so think it's worth noting:
WORKDIR
to/app
causes compilation to fail with errors fromresolveId
, presumably because remix uses theapp/
dirWORKDIR
to anything else makes it worksrc/
directory with a mirroring/src
WORKDIR
in docker.getAbsoluteId
works but i didn't dig too farReproduction
https://github.com/meatwallace/vite-remix-vanilla-extract-docker-repro
System Info
from my host PC. dockerfile is same node/npm/yarn but running in the official node slim image.
Used Package Manager
yarn
Logs
Validations
The text was updated successfully, but these errors were encountered: