I have just updated to latest Ionic (2.1.14), latest node, Cordova, (everything) after a short while not looking at it, and started a default project (eg ionic start test), and then run using ionic serve. My node is v7.2.0
When running I cannot find the TypeScript files anywhere in the Chrome debugger, I can only see the generated js files. I Know I have been able to debug the TS files in the past.
Has there been any change here, should I be able to see them?
I did actually use the --v2 (my bad for not putting that in the post). It is definitely an Ionic 2 project and also with ts files. It is just when I serve it up in the browser I don’t see any of the source files (ts files) listed under the sources (as I have in the past), so I can’t open and debug into them.
I have since upgraded a second machine, and again created a blank project. I don’t see the .ts files in the Chrome debugger here either. I don’t see any external source map files, not sure if these may be embedded in the built bundle?
I have sourcemaps enabled in Chrome, but no source code anywhere.
I have submitted this as an Issue, as I would have thought this should be enabled by default, as debugging is pretty essential. However, still any other suggestions would be greatly appreciated!