2
0

Support webpacker live-reloading on Docker (#26419)

This commit is contained in:
Christian Schmidt
2023-08-29 10:17:57 +02:00
committed by GitHub
parent 0719216368
commit 286a21afdc
4 changed files with 5 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ development:
# Reference: https://webpack.js.org/configuration/dev-server/
dev_server:
https: false
host: localhost
host: 0.0.0.0
port: 3035
public: localhost:3035
hmr: false