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
fix: strip query strings from sourceMappingURL + fix stale JSDoc
- Strip ?query and #fragment from sourceMappingURL before resolving
(Vite/Rollup append ?v=hash which would prevent disk lookup)
- Fix ArtifactFile.sourcemapFilename JSDoc: now relative URL, not basename
- Fix computeCommonPrefix JSDoc tautology
0 commit comments