Update vue.config.js
This commit is contained in:
parent
1b3659b50e
commit
f16190d70e
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"transpileDependencies": [
|
"transpileDependencies": [
|
||||||
"vuetify"
|
"vuetify"
|
||||||
]
|
],
|
||||||
|
|
||||||
|
publicPath: process.env.NODE_ENV === 'production'
|
||||||
|
? './'
|
||||||
|
: './',
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue