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
node_modules\webpack-dev-server\lib\Server.js
Line 555:
setupHttps() {
console.log('options:', this.options);
// if the user enables http2, we can safely enable https
if (this.options.http2 && !this.options.https) {
this.options.https = true;
}
Version
4.1.1
What is actually happening?
node_modules\webpack-dev-server\lib\Server.js
Line 555:
The text was updated successfully, but these errors were encountered: