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
Some bundler plugins (for example nativescript-dev-webpack) have the ability to be launched with a watcher and perform incremental bundling while watching for file changes. CLI should provide a way for such plugins to plug into the LiveSync pipeline.
Ultimately tns run <platform> --bundle should watch for file changes and LiveSync them correctly.
The text was updated successfully, but these errors were encountered:
This is enabled in nativescript 4.0.0
Checked in Angular (changed .html, .ts, .css) and non-Angular (changed .js, .xml, .css) apps, for iOS and Android, for both - emulator/simulator and device`.
Enable LiveSync during bundling
Some bundler plugins (for example
nativescript-dev-webpack
) have the ability to be launched with a watcher and perform incremental bundling while watching for file changes. CLI should provide a way for such plugins to plug into the LiveSync pipeline.Ultimately
tns run <platform> --bundle
should watch for file changes and LiveSync them correctly.The text was updated successfully, but these errors were encountered: