Skip to content

Commit 57eea2c

Browse files
authored
fix: Codesandbox allowHosts: all
1 parent e31dab3 commit 57eea2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
devtool: 'source-map',
77
devServer: {
88
port: 9000,
9+
allowHosts: 'all',
910
devMiddleware: {
1011
writeToDisk: true
1112
},
@@ -41,4 +42,4 @@ module.exports = {
4142
}
4243
]
4344
}
44-
}
45+
}

0 commit comments

Comments
 (0)