infor-cloud / m3-h5-sdk

https://infor-cloud.github.io/m3-h5-sdk/
34 stars 20 forks source link

Allow HMR via Odin Serve #160

Open LucasLundJensen opened 1 year ago

LucasLundJensen commented 1 year ago

Is your feature request related to a problem? Please describe. Since Angular 11, it's been supported to start the dev server with HMR enabled, I'd like that to be an option through odin as well.

Describe the solution you'd like It could mimic the same use as normal ng serve --hmr, so adding the --hmr flag would enable HMR.

Describe alternatives you've considered Alternatively be an option in the odin.json file, but I don't think that's the place to put it.