GoogleChromeLabs / tooling.report

tooling.report a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool's best practice into your existing configuration and code base.
https://tooling.report
Apache License 2.0
848 stars 49 forks source link

Add a test for sourcemaps #336

Open romainmenke opened 4 years ago

romainmenke commented 4 years ago

Would be good to display which bundlers have proper sourcemap support.

surma commented 4 years ago

For context: We mention in the About page that we are currently focusing exclusively on user-centric tests (users being the end-user of the site you are building, specifically not the user of the build tool). That’s why we currently do not include any DX-related tests like source maps, as visitors of your website don’t benefit from source maps.

In the long run, though, I’d love to see this.

romainmenke commented 4 years ago

I get that! Some focus needs to exist :)