Open hborawski opened 2 months ago
Is your feature request related to a problem? Please describe.
Debugging with the chrome devtools is possible for J2V8, but without applying sourcemaps, developer rely on debugging minified tsup bundled output.
tsup
Describe the solution you'd like
Sourcemaps for JS bundles should be applied for debug builds such that the chrome devtools can rely on them for debugging.
Additional context
Is your feature request related to a problem? Please describe.
Debugging with the chrome devtools is possible for J2V8, 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 for debug builds such that the chrome devtools can rely on them for debugging.
Additional context