-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
-
I'm submitting a ...
[ ] bug report
[v] feature request
[ ] question about the decisions made in the repository -
Do you want to request a feature or report a bug?
feature -
What is the current behavior?
currently the entry point for the app is index.html I am trying to change it so index.html is a static page and app.html is the angular page.
I changed in webpack.dev.js the historyApiFallback to
historyApiFallback: { index: '/app.html/' },
and added to webpack.common.js
exclude: [helpers.root('src/app.html'), helpers.root('src/index.html')]
so the dev server serves the files from app.html. I still can't get it to serve the static index.html page.
Also when building, index.html is being created, and not app.html
help please?
Metadata
Metadata
Assignees
Labels
No labels