Open andresilva-cc opened 5 years ago
Any news? I have a similar problem, if I have in code: const newContact = new contacts.Contact (); And I make any code change, the app is restarting but change not display in the app. To see the change in the app in the emulator, I have to run the app again.
Are there any solutions to this problem?
Having the same issue, the only way to avoid that is to comment the import in your files when you don't use it while developing and re-add it when building for production.
For some reason, whenever I make a change to my code, some of
nativescript-contacts
files get triggered by Webpack, which in turn makes HMR do a full restart of the app, instead of just updating the app without a full restart. Check log: