Replies: 2 comments
-
I'm having the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would you be willing to share your config/ setup that got you this far? I got stuck before this point, and am not able to get multiple html files to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I may be thinking of this incorrectly (I've only been using ParcelJS for a few days), but this is what I'm trying to do:
Project structure:
I have been able to get the sub-directories and .html files to transfer over into the dist/ dir on build but cannot access via localhost:1234/project-1/ I have to manually add the index.html to the url.
Also the js and css files are flattened into the main dist directory and do not transfer into "project-1" etc.
Looks like what I'm trying to do might be related to this: #4548
Hopefully this isn't confusing thank you for any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions