welcome popeup + mobile friendly
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user