config(webpack): Listen on localhost by default. (#16703)

This commit is contained in:
bgrozev
2025-11-25 08:42:19 -06:00
committed by GitHub
parent 6f6100ceb2
commit 2b81fa6bd3

View File

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