HMR broken - Using Tailwind + RadixUI (Shadcn) with Plasmo
Tech Stack: Tailwind + RadixUI (Shadcn), Plasmo, Typescript, React Icons.
Turborepo based --> apps/browser, packages/ui
All UI components are based in packages/ui and implemented from there. Extension content is in
content.tsx
and background.tsx
.
HMR is literally so slow/broken. I make a change, it takes atleast about 60 seconds to maybe work.
75% of the time I have to kill the entire server and start it again. So basically a 1 line change takes about 2 minutes to preview.
Is there a quick little fix for this? Can I customize Parcel/SWR underneath? or use some other bundler? I've historically had a lot of issues with Parcel and just try to avoid it.
Here's a similar issue I think: https://github.com/PlasmoHQ/plasmo/issues/664GitHub
[BUG] Development server usually doesn't update the extension or be...
What happened? Awesome framework guys 🥳! I enjoyed building stuff in it I will try to contribute on some parts. I experienced some problems though and I have to always manually stopping the dev ser...
0 Replies