Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
When using path based location strategy (not hash), path based routing results in 404s when dynamic reloading occurs after making any code changes during development.
What behavior are you expecting?
This:
#916
Steps to reproduce:
- Use path-based routing
- Navigate to a deep-link
- Make a code change, webpack hot-reload fails with 404
insert any relevant code between the above and below backticks
Which @ionic/app-scripts version are you using?
1.3.7
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
This pull request fixes the issue quite nicely.
#916
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
When using path based location strategy (not hash), path based routing results in 404s when dynamic reloading occurs after making any code changes during development.
What behavior are you expecting?
This:
#916
Steps to reproduce:
Which @ionic/app-scripts version are you using?
1.3.7
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
This pull request fixes the issue quite nicely.
#916