Skip to content

Commit 229c583

Browse files
committed
remove config host 0.0.0.0
1 parent a969e16 commit 229c583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ module.exports = merge(baseConfig(), {
230230
app.post('/upload/delete', del)
231231
app.delete('/upload/delete', del)
232232
},
233-
host: '0.0.0.0',
233+
// host: '0.0.0.0',
234234
hot: true,
235235
contentBase: path.join(__dirname, 'docs'),
236236
clientLogLevel: 'error',

0 commit comments

Comments
 (0)