I've encountered an issue with source maps or a similar feature.
After inserting console.log(...)
in my code, the message appears in the console but links to the compiled JavaScript file instead of the original TypeScript file.
Have I overlooked something? I'm working on a new project in Ionic, for example:
ionic start MyProjectName blank --type=ionic-angular