Skip to content

Commit b30cad6

Browse files
committed
updated.
1 parent 06c6bd0 commit b30cad6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const base = {
2020
devServer: {
2121
contentBase: path.resolve(__dirname, 'build'),
2222
host: '0.0.0.0',
23+
disableHostCheck: true,
2324
port: process.env.PORT || 8601
2425
},
2526
output: {

0 commit comments

Comments
 (0)