Support webpacker live-reloading on Docker (#26419)
This commit is contained in:
committed by
GitHub
parent
0719216368
commit
286a21afdc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user