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
Fix compat with configuring the devserver server as a string
webpack-dev-server supports providing a string when only the type needs
to be configured. Our code checking the type to detect the usage of
`https` was not properly handling such configuration.
0 commit comments