livewire / livewire

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
MIT License
22.45k stars 1.57k forks source link

Add ESM Sourcemap #8896

Closed lonnylot closed 1 month ago

lonnylot commented 1 month ago

Review the contribution guide first at: https://livewire.laravel.com/docs/contribution-guide

1️⃣ Is this something that is wanted/needed? Did you create a discussion about it first?

Yes, but haven't received responses yet. https://github.com/livewire/livewire/discussions/8895

2️⃣ Did you create a branch for your fix/feature? (Main branch PR's will be closed)

Yes

3️⃣ Does it contain multiple, unrelated changes? Please separate the PRs out.

No

4️⃣ Does it include tests? (Required)

N/A?

5️⃣ Please include a thorough description (including small code snippets if possible) of the improvement and reasons why it's useful.

It is hard to debug in production (specifically with Sentry) without a source map built for ESM.

Screenshot 2024-09-28 at 6 55 13 AM

Thanks for contributing! 🙌

lonnylot commented 1 month ago

bump

Anything I can do to help get this merged?

calebporzio commented 1 month ago

Thanks!