Skip to content

Commit 5f828e3

Browse files
authored
Allow all hosts to devserver
1 parent 318a258 commit 5f828e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/store/webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ module.exports = {
1616
devtool: "source-map",
1717
devServer: {
1818
contentBase: path.join(__dirname, "dist"),
19-
port: 1339
19+
port: 1339,
20+
allowedHosts: 'all'
2021
},
2122
output: {
2223
publicPath: "auto",

0 commit comments

Comments
 (0)