welcome popeup + mobile friendly

This commit is contained in:
GotPPay
2017-11-06 14:38:47 +01:00
parent 7a5f7242ac
commit ec9a29e04d
14 changed files with 200 additions and 115 deletions

View File

@@ -5,6 +5,12 @@ module.exports = {
filename: "app.bundle.js",
publicPath: "http://0.0.0.0:8080/"
},
devServer: {
// .. rest of devserver options
host: '0.0.0.0',
disableHostCheck: true
},
module: {
loaders: [
{