player-ui / player

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

Android: Ship + Apply sourcemaps for Debug builds #514

Open hborawski opened 2 months ago

hborawski commented 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.

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