Hey,
I’ve upgraded from Meteor 3.3 to 3.4.1 and SWC stopped working. None of my files are transpiled by SWC (checked via verbose, all files are transpiled by Babel), also the path resolver configured in my .swcrc doesn’t work anymore. I also tried a reset, but still having the same issue. Is there a fix for this or do I have to change a setting?
Edit: Found the issue. An old version of @swc/plugin-transform-imports caused it, after upgrading, it works.