player-ui / player

https://player-ui.github.io
MIT License
73 stars 47 forks source link

iOS: Ship + Apply sourcemaps for Debug builds #513

Open hborawski opened 2 months ago

hborawski commented 2 months ago

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