fixed safari scroll bar

This commit is contained in:
huanghong 2018-04-09 20:09:39 +08:00
parent b1262a3d8d
commit 9d304dd635
3 changed files with 129 additions and 98 deletions

View file

@ -41,5 +41,8 @@ module.exports = merge(webpackBaseConfig, {
template: path.join(__dirname, '../examples/index.html')
}),
new FriendlyErrorsPlugin()
]
],
devServer:{
host: '0.0.0.0'
}
});