In the current version, changes to any file cause a full page/game reload.
Is it possible to use Hot Module Replacement (HMR) facilities to cause only the subset of modified code to be reloaded with this template? Is it feasible to use HMR at all with Phaser?
In the current version, changes to any file cause a full page/game reload.
Is it possible to use Hot Module Replacement (HMR) facilities to cause only the subset of modified code to be reloaded with this template? Is it feasible to use HMR at all with Phaser?