You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: