Replies: 1 comment 1 reply
-
|
Your example works for me in the browser.
This is intentional. Entry points keep their path while all other assets are put into the root. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Structure of project:
What
src/example-1/index.htmllooks like:Building via
parcel build src/**/*.htmlThe output is:
The resulting
dist/example-1/index.htmlQuestion?
As you can see everything is ending up at the top level, but the nested HTML remains in the proper folders. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions