Skip to content

Commit 71b03e9

Browse files
committed
feat(tooling): Allow any host connection to local dev
1 parent 0815759 commit 71b03e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/webpack/webpack.dev.babel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default webpackConfigBase({
2626
plugins,
2727
devtool: `source-map`,
2828
devServer: {
29+
host: `0.0.0.0`,
2930
port: 8000,
3031
stats: {
3132
colors: true,

0 commit comments

Comments
 (0)