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/','./')
The text was updated successfully, but these errors were encountered:
If I use the dynamic import (see here)
with the prerenderer the resulting script tags use absolute paths starting with
http://localhost:8000
something 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/','./')
The text was updated successfully, but these errors were encountered: