Bind to localhost only

pull/83/head
Vladimir Volek 6 years ago
parent 055132ee54
commit c43e85984b

@ -23,7 +23,7 @@ module.exports = {
path: BUILD, path: BUILD,
}, },
devServer: { devServer: {
host: '0.0.0.0', // host: '0.0.0.0',
contentBase: [ contentBase: [
SRC, SRC,
PUBLIC, PUBLIC,

Loading…
Cancel
Save