dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Do not listen only on the loopback interface (#248) #249

Closed lelit closed 6 years ago

lelit commented 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.

Type: feature

The following has been addressed in the PR:

Description:

Resolves #248

jsf-clabot commented 6 years ago

CLA assistant check
All committers have signed the CLA.