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
The rollup version of the source map includes a sourcesContent member, whereas the source maps for the ES (module) output does not. So the TS files are needed for the modularized output. We probably can fix this with the compiler option inlineSources instead of reshipping source files
cc: @xirzec@chradek
The text was updated successfully, but these errors were encountered:
Summary from the discussion on #7507 -
The rollup version of the source map includes a sourcesContent member, whereas the source maps for the ES (module) output does not. So the TS files are needed for the modularized output. We probably can fix this with the compiler option inlineSources instead of reshipping source files
cc: @xirzec @chradek
The text was updated successfully, but these errors were encountered: