feat(dev) make webpack-dev-server listen on all interfaces

This commit is contained in:
Saúl Ibarra Corretgé
2025-03-10 14:04:18 +01:00
committed by Saúl Ibarra Corretgé
parent a63a344f6e
commit c2488f4071

View File

@@ -242,7 +242,7 @@ function getDevServerConfig() {
warnings: false
}
},
host: '127.0.0.1',
host: '::',
hot: true,
proxy: [
{