Webpack

Make localhost accessable from lan network

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

yarn start --host 0.0.0.0 --disable-host-check

Last updated