Warning in worker-plugin relating to output.globalObject
Open
kind/bug
team/automation
team/ui
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
When doing a build, the following warning output is emitted.
```
src/languageSupport/languages/flux/lsp/worker/flux.worker.tsWarning (worker-plugin): output.globalObject is set to "window". It must be set to "self" to support HMR in Workers.
```
This is probably not a huge deal, but it's a good idea to address warnings when we see them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.