Closed lelit closed 6 years ago
This removes the explicit 127.0.0.1 address from the listen() method of the WebpackDevServer launched by the build --watch command, as that hinders the possibility of running it inside a Docker container.
listen()
build --watch
Type: feature
The following has been addressed in the PR:
Description:
Resolves #248
All committers have signed the CLA.
This removes the explicit 127.0.0.1 address from the
listen()
method of the WebpackDevServer launched by thebuild --watch
command, as that hinders the possibility of running it inside a Docker container.Type: feature
The following has been addressed in the PR:
Description:
Resolves #248