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
-
Structure of project:
What
src/example-1/index.html
looks like:Building via
parcel build src/**/*.html
The output is:
The resulting
dist/example-1/index.html
Question?
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