Skip to content

Commit

Permalink
Merge pull request #5068 from marmelab/fix-simple-example-codesandbox
Browse files Browse the repository at this point in the history
Fix CORS issue in simple example codesandbox
  • Loading branch information
Luwangel authored Jul 21, 2020
2 parents 0da2425 + f36156f commit 645b03a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/simple/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ module.exports = {
}
: {},
devServer: {
disableHostCheck: true,
host: '127.0.0.1',
port: 8080,
stats: {
children: false,
chunks: false,
Expand Down

0 comments on commit 645b03a

Please sign in to comment.