web-infra-dev / rsdoctor

A one-stop build analyzer for Rspack and webpack.
https://rsdoctor.dev/
MIT License
446 stars 37 forks source link

Documentation/Questions #228

Closed Banner-Keith closed 7 months ago

Banner-Keith commented 7 months ago

What problem does this feature solve?

I didn't see a discussions section on this repo and have some questions that I couldn't find answers to on the documentation site, existing issues, or by perusing the code.

First of all, what is disableTOSUpload. Is data from the plugin being uploaded somewhere? I'm guessing just to the local running server.

Second, I get this bundle alert: "The ECMA version of asset main.bdc21c64a759c5cc2e9a.js is ES7+, which is bigger than ES5."

I'm a bit confused by that one as it seems like the explanation of this rule "Detect if there is a low version of ECMA syntax in the js bundle file" would flag older versions of ECMA. What am I missing?

What does the proposed API look like?

N/A

easy1090 commented 7 months ago