vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
831 stars 54 forks source link

Is it possible to replace swc to esbuild? #160

Closed brandonxiang closed 11 months ago

brandonxiang commented 11 months ago

I look up the source code. The ast tree has not been modified. Is it possible to replace swc to esbuild?

ArnaudBarre commented 11 months ago

The AST tree is modified by SWC when doing fast refresh. Adding Fast Refresh support to esbuild is something I'm working on: https://github.com/evanw/esbuild/pull/3449