Skip to content

Commit 212f169

Browse files
author
Marek Rozmus
authored
Merge pull request #170 from sandstreamdev/try_fix_codesandbox_invalid_host_header_issue
Try to fix Invalid Host Header codesandbox issue
2 parents fae9678 + 39eb3b7 commit 212f169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ module.exports = {
1414
watchOptions: {
1515
ignored: /node_modules/
1616
},
17-
historyApiFallback: true
17+
historyApiFallback: true,
18+
disableHostCheck: true
1819
},
1920
module: {
2021
rules: [

0 commit comments

Comments
 (0)