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
Thanks for reporting this issue. I suspect this is a regression from version 0.7.9 which allows a file to be split into discontiguous pieces (issue #421).
The minimal code I found to reproduce the problem:
Build config:
esbuild
produces a source map:The problem is that the source map contains source of
b.js
twice but should not.The text was updated successfully, but these errors were encountered: