Disable host check for dev server has been added to vue config
This commit is contained in:
parent
4370ae527e
commit
423e610b1a
@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/beta/'
|
||||
: '/'
|
||||
: '/',
|
||||
devServer: {
|
||||
disableHostCheck: true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user