NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.04k stars 195 forks source link

there is wrong logs when save the code without changes #5109

Closed miroslavaivanova closed 4 years ago

miroslavaivanova commented 4 years ago

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):

Describe the bug Without any changes when you use CTRL+S, there is sync on bundle.js in console.log for React NativeScript project.

To Reproduce

  1. open https://play.nativescript.org and create ReactNativeScript app
  2. download it and run with tns preview
  3. open project and save without changes. You will see: Successfully synced bundle.js for platform ios.

Expected behavior this logs should miss

rosen-vladimirov commented 4 years ago

Closing as duplicate of https://github.com/NativeScript/nativescript-dev-webpack/issues/1096