Skip to content

Commit 2603173

Browse files
authored
fix: Update allowedHosts for codesandbox
1 parent ce3c16c commit 2603173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
devtool: 'source-map',
77
devServer: {
88
port: 9000,
9+
allowedHosts: 'all',
910
devMiddleware: {
1011
writeToDisk: true
1112
},

0 commit comments

Comments
 (0)