You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a concrete bug in this project, but also this webpack plugin simply does not work. But I have no clue why. Is my config wrong perhaps? Or do I need to run a server of some sort or use this mysterious 8080 port elsewhere?
I particularily want to hotreload extension pages that use React.
Describe the bug
The types are messed up
IEntriesOption
is missingFollowing the types, usage should be like this, but its invalid:
And when using it the other way, typescript 'throws' an error at runtime, so I need to do this:
This is a concrete bug in this project, but also this webpack plugin simply does not work. But I have no clue why. Is my config wrong perhaps? Or do I need to run a server of some sort or use this mysterious 8080 port elsewhere?
I particularily want to hotreload extension pages that use React.
Thanks for the clarification
To Reproduce
Use webpack with Typescript.
Config
Environment:
5.91.0
1.1.13
I'm going to open a PR
The text was updated successfully, but these errors were encountered: