NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty Elements tab in Chrome with `tns debug ios --bundle`

Natalia-Hristova opened this issue · comments

Environment

  • CLI: rc -> 5.1.1-2019-01-11-12787
  • iOS Runtime: rc -> 5.1.0-rc-2019-01-07-175720-02 or official: 5.1.0

Describe the bug
When run tns debug ios --bundle - nothing is shown in Chrome Elements tab

To Reproduce

  1. Create a js project that use webpack
  2. Run tns debug ios --bundle
  3. Open the url in Chrome
  4. Go to Chrome's Elements tab

Expected behavior
Elements tab to show xml file content

Sample project

Additional context