You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
I didn't find a way to force relative paths in parcel. Any ideas how I could solve this elegantly?
(atm. i use something like .replace('http://localhost:8000/','./')
If I use the dynamic import (see here)
with the prerenderer the resulting script tags use absolute paths starting with
http://localhost:8000something like
results in
I didn't find a way to force relative paths in parcel. Any ideas how I could solve this elegantly?
(atm. i use something like
.replace('http://localhost:8000/','./')