bakerac4 / glimmer-native

77 stars 5 forks source link

Issues with Nativescript HMR and how we load components/templates #27

Open bakerac4 opened 5 years ago

bakerac4 commented 5 years ago

We have noticed that while using it, HMR doesn't work on hbs files and HMR inconsistently works on backing component TS Files.

frederikbosch commented 4 years ago

Just found this library, cool! I noticed this bug too when trying it out. When running tns preview --no-hmr and update a hbs file, the previewer does not restart. In the console I see the file is updated, so there is no problem with watching the correct files. I am completely new to NativeScript, so it will take some time to find the solution. If you know in which direction to look, please let me know.

frederikbosch commented 4 years ago

This problem also exists for Vue