You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.2.2
Cross-platform modules: Not applicable
Android Runtime: Not applicable
iOS Runtime: Not applicable
Plugin(s): Not applicable
Describe the bug
When tns run <platform> --justlaunch is used, the HMR is enabled, which slows down the whole operation. justlaunch is designed to run the application and exits the command, so there's no point of waiting for HMR generation when this flag is provided.
To Reproduce
Run tns run <platform> --justlaunch in any application and check the generated bundle.js - it will have HMR code in it.
Expected behavior
HMR should not be enabled when --justlaunch is used.
Sample project
Additional context
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
When
tns run <platform> --justlaunch
is used, the HMR is enabled, which slows down the whole operation.justlaunch
is designed to run the application and exits the command, so there's no point of waiting for HMR generation when this flag is provided.To Reproduce
Run
tns run <platform> --justlaunch
in any application and check the generated bundle.js - it will have HMR code in it.Expected behavior
HMR should not be enabled when
--justlaunch
is used.Sample project
Additional context
The text was updated successfully, but these errors were encountered: