Open saskodh opened 8 years ago
Node has support for hot reload of changed files during run-time when the app is started in debug mode. When the app context is affected by the hot reload the context needs to reload itself also (for example when new component is added).
Enable context reload when hot reload is done.
Background
Node has support for hot reload of changed files during run-time when the app is started in debug mode. When the app context is affected by the hot reload the context needs to reload itself also (for example when new component is added).
Goal
Enable context reload when hot reload is done.