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
847 stars 49 forks source link

Suggestion/Feature Request: Include Snowpack in the Comparison #411

Closed bjesuiter closed 3 years ago

bjesuiter commented 3 years ago

I would like to have Snowpack included on this page.

https://www.snowpack.dev/

I started using snowpack for building my chrome extension output, which is awesome due to snowpack being easy to configure for multi-entry point builds (e.g. not building one website or so, but mutliple folders, one for background service worker, one for options page and so on.)

It also ships only modern es modules if possible, but for legacy they added native bundling features to snowpack recently.

So, thank you for consideration! :)

jakearchibald commented 3 years ago

Dupe of https://github.com/GoogleChromeLabs/tooling.report/issues/352