All UI components are based in packages/ui and implemented from there. Extension content is in
content.tsx
content.tsx
and
background.tsx
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.
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...