plasmo
plasmo copied to clipboard
[BUG] Why does HMR fail when the world is configured as MAIN?
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
- [ ] I would like to fix this BUG via a PR
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
- [X] I checked the current issues for duplicate problems.