You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One problem is that the sourceMap provided by our Typescript compilation step is not passed on to swc.
This should be possible by setting inputSourceMap in swcOptions via an override to inferExtraSWCOptions similar to how we do it for Babel in inferExtraBabelOptions.