- Clone the repo
- Run
tns run <platform> - Apply a change in
app/demo.js- the change must be shown on device, however CLI does not upload anything.
NOTE: Te change should be visible in case demo.js is defined as external or even when the WebpackIgnore plugin is used. To test the later scenario, use the
webpack.config_ignore.jsfile instead of the currentwebpack.config.js.