vitejs / vite-plugin-react-swc

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

How to remove data-testid #30

Closed ruiaraujo012 closed 1 year ago

ruiaraujo012 commented 1 year ago

Is there any option to remove the data-testid from the build bundle? Could I use a swc plugin like this: plugin. If yes, how?

ArnaudBarre commented 1 year ago

Yeah this probably require to use a plugin. This is not supported ATM, tacked in https://github.com/vitejs/vite-plugin-react-swc/issues/16