HMR becoming less and less reliable as project size grows
Default port and `--serve-port`
sudo lsof -i -P | grep LISTEN | grep :$PORT those two ports, plus the expected 1815 for HMR, are the only new ports listed.
Secondarily, when I add plasmo dev --serve-host=localhost --serve-port-1012 to my package.json scripts (or another port like 8080) appears to have no effect. I still see 1815, 1816 and 6XXXX. For example, I have "dev": "plasmo dev --serve-host=localhost --serve-port-1012", in my package.json and just ran pnpm dev and the ports are 1815m 1816 and 64191...different WINDOW variables
Overriding the default renderer
TypeError: Cannot read properties of undefined (reading 'type').
When using an inline anchor list I can't see anything being logged to the console.
...Messaging Port API BGSW->sidepanel
Css bundling - Css modules + classnames breaks

for some reason, when i run `npm run dev` the popup.html file is no longer been generated
Remix production cannot sendToBackgroundViaRelay
sendToBackgroundViaRelay so that i can proxy my apis call from web to extension
```tsx
// on index.tsx
export default function DashboardIndex() {
const { t } = useTranslation()...how do you change the styling of a page or inject your UI in it.
Refused to evaluate a string as JavaScript
Error when upgrading from 0.55 to 0.88

Get tab id in side panel for both Chrome and Firefox?
Error building extension

Issue testing code with plasmo/storage dependancies with Jest
Any tips to speed up `plasmo build` build times?
plasmo build instead of plasmo dev in sessions where I need to do lots of code edits, and I don't want the hot-reload firing on every file save - which results in increased CPU load on my machine.
But as you can see in the screenshot the builds can take up to 9-13 seconds - not the best when in the flow of things.
Are there any ways I can improve this? ...
Build config
build hook? I want to clear all console.log() related code in the code when building the project file.Execute csui conditionally
How to use react-select in content script ui
Main World Content Script not working on localhost