Is your feature request related to a problem? Please describe.
I wish I could use hmr as default on the NativeScript CLI but if necessary I could declare an array of files that if changed then should restart the app.
Describe the solution you'd like
ns run ios --no-hmr-files=no_hmr_files.json
no_hmr_files.json = it's just a file containing the list of files if changed I'd like to force an app restart
or
Just a customization inside the webpack.config.js file setting the no_hmr_files.json location if no need to pass it always by command line.
Describe alternatives you've considered
No response
Anything else?
No response
Please accept these terms
Is your feature request related to a problem? Please describe.
I wish I could use hmr as default on the NativeScript CLI but if necessary I could declare an array of files that if changed then should restart the app.
Describe the solution you'd like
ns run ios --no-hmr-files=no_hmr_files.jsonno_hmr_files.json = it's just a file containing the list of files if changed I'd like to force an app restart
or
Just a customization inside the webpack.config.js file setting the no_hmr_files.json location if no need to pass it always by command line.
Describe alternatives you've considered
No response
Anything else?
No response
Please accept these terms