Changes to nconfig.js currently don't show up until the dev server is restarted, it would be nice to have the server hot reload the configuration.
Minimal working example (MWE):
- Start dev server, browse to index
- Modify meta.title in nconfig.js
- Reload index page in browser and observe no change of HTML title
- Restart dev server
- Reload index page in browser and observe there is a change in the HTML title
Changes to nconfig.js currently don't show up until the dev server is restarted, it would be nice to have the server hot reload the configuration.
Minimal working example (MWE):