yosevu / react-content-script

An example project to build Chrome extensions using React and TypeScript. Ideal for developers looking to create efficient and modern Chrome extensions with a focus on a clean development workflow using Vite and crxjs.
202 stars 56 forks source link

Use Vite instead of CRA? #5

Closed Norfeldt closed 2 years ago

Norfeldt commented 2 years ago

thank you very much for sharing this repo with the world 🙏

I found it really useful when developing a chrome extension. I decided to change it so that uses Vite instead of Create React App and use TypeScript (which is also possible with CRA). Would you be interested in getting a PR for replacing CRA with Vite?

yosevu commented 2 years ago

Hi @Norfeldt, sure that would be great to see!

Norfeldt commented 2 years ago

done with #6