vitejs / awesome-vite

⚡️ A curated list of awesome things related to Vite.js
https://github.com/vitejs/vite
MIT License
13.58k stars 1.08k forks source link

Add "plugin-jsx-remove-attributes" for react #878

Open jacobbogers opened 2 months ago

jacobbogers commented 2 months ago

Some time ago I made a vite/rollup plugin, to remove "data-testid" (or whatever you specify) from react source code for production builds

Previous art was using babel (slow).

npm: https://www.npmjs.com/package/rollup-plugin-jsx-remove-attributes git: https://github.com/jacobbogers/rollup-plugin-jsx-remove-attributes#readme