es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
405 stars 2 forks source link

Reduce footprint of vite #68

Open 43081j opened 4 months ago

43081j commented 4 months ago

vite currently has a few dependencies we could replace with lighter/faster alternatives.

Keep in mind, vite currently bundles its dependencies so they will not show up on npmgraph by default. If you'd like to see the "real" dependency tree, you can run the rollup bundle visualizer locally (in the vite repo).

Tasks