How to hot reload bundled or global javascript module

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. :slight_smile:

Thanks for your help!

Hi!

Both bundled and external javascript code is hot-reloaded. Sounds like there is something wrong with your setup. Can you please provide a test project?

Anders