fixed safari scroll bar
This commit is contained in:
parent
b1262a3d8d
commit
9d304dd635
3 changed files with 129 additions and 98 deletions
|
@ -41,5 +41,8 @@ module.exports = merge(webpackBaseConfig, {
|
|||
template: path.join(__dirname, '../examples/index.html')
|
||||
}),
|
||||
new FriendlyErrorsPlugin()
|
||||
]
|
||||
],
|
||||
devServer:{
|
||||
host: '0.0.0.0'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue