Skip to content

Commit 3d70172

Browse files
committed
Remove unnecessary devServer.host from Webpack config
1 parent 450c2ee commit 3d70172

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ module.exports = {
7575
devServer: {
7676
compress: true,
7777
historyApiFallback: true, // respond to 404s with index.html
78-
host: '0.0.0.0',
7978
hot: true, // enable HMR on the server
8079
port: 3000,
8180
},

0 commit comments

Comments
 (0)