vitejs / vite-plugin-react-swc

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

I found an error when using a method decorator #36

Closed declanchiu closed 1 year ago

declanchiu commented 1 year ago

This is my project dependency :

image

This is the faulty code:

image
ArnaudBarre commented 1 year ago

Decorator are not supported by default. Tracked in #16