Exsync is a great option for fast iteration and beginners, but it's not without faults and can lead to some weird problems during development of non-trivial apps.
The aim of this issue would be to have a flag for opting out of exsync when generating the project.
An alternative would be to only reload modules in the project that are safe to reload (router, controllers), but that might be harder to implement and come with assumptions of its own.
Exsync is a great option for fast iteration and beginners, but it's not without faults and can lead to some weird problems during development of non-trivial apps.
The aim of this issue would be to have a flag for opting out of exsync when generating the project.
An alternative would be to only reload modules in the project that are safe to reload (router, controllers), but that might be harder to implement and come with assumptions of its own.