Is your feature request related to a problem? Please describe.
Debugging with the Safari devtools is possible for JavascriptCore, but without applying sourcemaps, developer rely on debugging minified tsup bundled output.
Describe the solution you'd like
Sourcemaps for JS bundles should be applied in Debug configuration such that the Safari devtools can rely on them for debugging.
Is your feature request related to a problem? Please describe.
Debugging with the Safari devtools is possible for JavascriptCore, but without applying sourcemaps, developer rely on debugging minified
tsup
bundled output.Describe the solution you'd like
Sourcemaps for JS bundles should be applied in Debug configuration such that the Safari devtools can rely on them for debugging.
Additional context