Source files not showing anymore in dev tools after upgrade to Ionic 7

Hi all!

I have a problem after upgrading my application to Ionic 7. The source files are not displayed anymore in the dev tools (as shown in the picture). This should probably be related with the angular-devkit/build-angular plugin. Did that happen to anybody else as well?

Thanks!

I managed to solve this by setting up a fresh ionic project and getting all the dependency versions of package.json from there. It seems that during the upgrade, some of the dependencies remained in old versions.