macOS 下npm run dev 无法局域网访问

1. 原因

在localhost模式下,server不监听非本地请求

2. 解决方案

https://github.com/webpack/webpack-dev-server/issues/147

配置host为0.0.0.0