fix: prevent errors on launching manual testing app#6464
fix: prevent errors on launching manual testing app#6464vchimev merged 5 commits intoNativeScript:masterfrom
Conversation
|
Hey @danbockapps, Thank you for the pull request. It was nice meeting you at jsMobileConf. Let us check once again the TypeScript error and then proceed with merging. Thanks once again. |
…n 'inlineSourceMap'" This reverts commit c9d96de.
|
Hey @danbockapps, I removed the Thank you for letting us know about these. |
…)" This reverts commit eca938d.
|
Hi @danbockapps , Congratulations on being one of the winners in the {N} First-time contributors contest! You can claim your prize by contacting us at nativescriptwinners[at]progress.com not later than Nov 30th 2018 . Make sure you send us the following info: Best regards, |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
PR Checklist
What is the current behavior?
tns run ios --path apps doesn't launch the manual testing app because the tslib module isn't found. Also, there are error messages about 'sourceMap' cannot be specified with option 'inlineSourceMap'.
What is the new behavior?
The manual testing app does launch, and the sourceMap errors are gone.
Fixes/Implements/Closes #[Issue Number].