Saturday, August 11, 2018

Ionic 4 Debug With Chrome Sources

Problem
In Ionic 3, it was easy to find source .ts code in Chrome's developer tools "Sources" tab for debugging. In Ionic4, it's difficult to find.

Solution:
In Chrome developer tools "Sources" tab drill into:
webpack:// > . > src > app



No comments:

Post a Comment