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
1. startsWith(absDir) now uses absDir + '/' to prevent prefix
collisions (e.g. /dist matching /dist-backup).
2. sourcemapFilename now uses relative path from JS dir to map file
instead of bare basename, so cross-directory maps link correctly
in the Sourcemap header.
0 commit comments