Hey!
During my first browser extension development, I really felt the pain of setting up the project. The extension development should be really about focusing only on the extension, not wasting time on project setup and creating boilerplates.
Unlike web development, there is no tools to offer live or hot reloads which really sucks. I hope a lot of existing developers knows that pain. Every time you change a script or css, the extension will be reloaded and you will have to manually navigate to the script to see the updates. `Supex` offers live reloads(for javascript) and hot reloads(for CSS).
Features
- Create builds for different browsers
- Support Typescript
- Support React, Solid and Vanilla JS
- Support Tailwind, CSS modules, SCSS and JSS
- Live Reload and Hot Reload
Replies
VSLook