Use swc for vite in bundlers benchmark
In the next-dev bundlers benchmark, the Vite config is using Babel-based React transforms. Although it's the default when creating a Vite React project, the transforms are not inherent to Vite and can be trivially swapped to leverage SWC.
Assuming the purpose of the benchmark is comparing the inherent, framework-agnostic performance of the tools, we should aim to equalize the variables that are not part of the core implementations of the tools. Note that the Webpack implementation is also using SWC, so it makes sense to use SWC for the Vite implementation as well.
Benchmark page should be updated accordingly if this is merged.
@yyx990803 is attempting to deploy a commit to the Vercel Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Ignored Deployments
| Name | Status | Preview | Updated |
|---|---|---|---|
| examples-basic-web | ⬜️ Ignored (Inspect) | Nov 2, 2022 at 2:54PM (UTC) | |
| examples-designsystem-docs | ⬜️ Ignored (Inspect) | Nov 2, 2022 at 2:54PM (UTC) | |
| examples-kitchensink-blog | ⬜️ Ignored (Inspect) | Nov 2, 2022 at 2:54PM (UTC) | |
| examples-native-web | ⬜️ Ignored (Inspect) | Nov 2, 2022 at 2:54PM (UTC) | |
| examples-svelte-web | ⬜️ Ignored (Inspect) | Nov 2, 2022 at 2:54PM (UTC) |
added in #2751