Skip to content

HMR & Ability to restart app if the specified file changed #5654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
dgmachado opened this issue Mar 24, 2022 · 0 comments
Closed
2 tasks done

HMR & Ability to restart app if the specified file changed #5654

dgmachado opened this issue Mar 24, 2022 · 0 comments
Labels
feature-pending-triage A new feature request pending triage to confirm validity.

Comments

@dgmachado
Copy link
Contributor

dgmachado commented Mar 24, 2022

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

@dgmachado dgmachado added the feature-pending-triage A new feature request pending triage to confirm validity. label Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-pending-triage A new feature request pending triage to confirm validity.
Projects
None yet
Development

No branches or pull requests

1 participant