Dev server bind to all hosts

pull/83/head
Vladimir Volek 6 years ago
parent df0e41c74c
commit ae943aca54

@ -23,6 +23,7 @@ module.exports = {
path: BUILD,
},
devServer: {
host: '0.0.0.0',
contentBase: [
SRC,
PUBLIC,
@ -97,7 +98,7 @@ module.exports = {
COMMITHASH: JSON.stringify(gitRevisionPlugin.commithash()),
}),
new FlowWebpackPlugin({
reportingSeverity: 'warning'
reportingSeverity: 'warning',
}),
new HtmlWebpackPlugin({
chunks: ['index'],

Loading…
Cancel
Save