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

Rollup Html Entry Consideration #366

Open shellscape opened 4 years ago

shellscape commented 4 years ago

Hey hey. Taking a look at the Entry Points test for Rollup, and I see that it's using a custom plugin for HTML. I'd like to suggest using the https://www.npmjs.com/package/@open-wc/rollup-plugin-html plugin instead, as that supports what the test is looking for.

shellscape commented 4 years ago

Apologies for the quick follow-up: I believe the same plugin resolves the test for Inlining Scripts as well.

jakearchibald commented 4 years ago

Sounds good. Happy to swap out my bullshit for an actual plugin 😄