Parcel alias fails to resolve urls #9336
Unanswered
blacksun-mks
asked this question in
Q&A
Replies: 0 comments
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.
-
I have this structure of a parcel project:
this is my index.html:
I want to run parcel from the
project
folder and when I donpm start
it gives me the following error:How can I solve this without modifying the urls within the index.html file?
I want to keep them as they are, so I want to solve this from the parcel configuration.
I have tried to configure it like this:
but it gives me same error:
Beta Was this translation helpful? Give feedback.
All reactions