-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Been having a go at implementing this myself and found that my directory structure is a bit iffy so I tried this one again and found the same thing.
After an ng build the following structure is created:
dist
/app1
main.bundle.js
vendor.bundle.js
etc.js
/app1
index.html
It looks like the index.html ends up in a folder with the same name referencing files that are in the upper directory. Have you found any workaround/fix for this? I tried setting outDir from dist/app1 to dist aaand tried changing the index property to index.html. I'm thinking that CLI is assuming something wrong here. I imagine it can be fixed with a Node server and setting the static folder to be 1x up, but it's a bit weird
Metadata
Metadata
Assignees
Labels
No labels