Skip to content

Commit 39c7522

Browse files
authored
Update webpack.config.js
1 parent 0098b06 commit 39c7522

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webpack.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@ module.exports = {
5353
collapseWhitespace: false //删除空白符与换行符
5454
}
5555
})
56-
]
56+
],
57+
devServer: {
58+
disableHostCheck: true,
59+
}
5760
}

0 commit comments

Comments
 (0)