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
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.
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
The text was updated successfully, but these errors were encountered: