Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ _.mergeWith(baseConfig, { | @@ -27,7 +27,7 @@ _.mergeWith(baseConfig, { | ||
27 | }] | 27 | }] |
28 | }, | 28 | }, |
29 | devServer: { | 29 | devServer: { |
30 | - host: '0.0.0.0', | 30 | + host: devInfo.host, |
31 | port: devInfo.port, | 31 | port: devInfo.port, |
32 | publicPath: devInfo.publicPath, | 32 | publicPath: devInfo.publicPath, |
33 | contentBase: [path.join(__dirname, './bundle/'), path.join(__dirname, '../')], | 33 | contentBase: [path.join(__dirname, './bundle/'), path.join(__dirname, '../')], |
-
Please register or login to post a comment