Hi Fusetools team.
I’m wondering if there is possible to hot reload bundled or global javascript module. The hot-reload feature works like charm with inline javascript or main javascript included at UX. But bundled or global module code is not doing hot-reload.
Until now the only solution I can see is put all the code in one javascript source file. But it goes against modularity and my code keeps growing everyday.
I desperately need a solution or alternative since I’m testing android native code that doesn’t let me use local preview, and redeployment times are going to make me nuts.
Thanks for your help!