We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30e829 commit 147bbbbCopy full SHA for 147bbbb
templates/webpack-es6/webpack.config.js
@@ -10,6 +10,7 @@ module.exports = {
10
},
11
devtool: 'inline-source-map',
12
devServer: {
13
+ host: '0.0.0.0',
14
contentBase: './dist',
15
port: 3000,
16
0 commit comments