PlasmoHQ / plasmo

🧩 The Browser Extension Framework
https://www.plasmo.com
MIT License
10.03k stars 346 forks source link

[BUG] Why does HMR fail when the world is configured as MAIN? #1022

Open IcarusRyy opened 1 month ago

IcarusRyy commented 1 month ago

What happened?

Why does HMR fail when the world is configured as MAIN?

export const config: PlasmoCSConfig = {
  world: "MAIN",
  matches: [
  ],
  run_at: "document_end"
}

Version

Latest

What OS are you seeing the problem on?

mac pro

What browsers are you seeing the problem on?

chrome

Relevant log output

No response

(OPTIONAL) Contribution

Code of Conduct