Skip to content

Commit 67fd622

Browse files
Configures Dev Server Host to match other config
1 parent ab30818 commit 67fd622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ module.exports = function makeWebpackConfig() {
217217
*/
218218
config.devServer = {
219219
contentBase: './src/public',
220-
stats: 'minimal'
220+
stats: 'minimal',
221+
host: '0.0.0.0'
221222
};
222223

223224
return config;

0 commit comments

Comments
 (0)