vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
778 stars 50 forks source link

Tree-shaking #148

Closed timsofteng closed 9 months ago

timsofteng commented 9 months ago

Hello. May I somehow enable tree-shaking?

ArnaudBarre commented 9 months ago

Tree shaking is enabled by default by rollup when doing vite build. This plugin doesn't have anything do to with build optimizations.

timsofteng commented 9 months ago

@ArnaudBarre is it possible to enable it in dev server?

ArnaudBarre commented 9 months ago

Nope that's not how Vite works currently