Replies: 1 comment 1 reply
-
Just use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm working on a webpack 5 migration, and the dev-server part has been a particularly gnarly migration, as we wrap infrastructure around it in some weird ways. Particularly, the
public
/host
changes have been quite weird. This is the relevant section of the config:I tried to switch this over to the new
sockHost
property, but I started getting an invalid Host header error when trying to fetch the assets in my browser. Can someone provide assistance with this? Thank you!Beta Was this translation helpful? Give feedback.
All reactions