Open codthing opened 2 years ago
Also experiencing this on 6.5.10 with vue2, works fine in 6.5.9. Not using vuetify in this repo.
This was a problem with vue-loader dependency mismatch for me.
I needed to add this to my package.json (using vue2)
"resolutions": {
"vue-loader": "^15.10.0"
}
~Also experiencing this on 6.5.10 with vue2, works fine in 6.5.9. Not using vuetify in this repo.~
This was a problem with vue-loader dependency mismatch for me.
I needed to add this to my package.json (using vue2)
"resolutions": { "vue-loader": "^15.10.0" }
@fazulk I will try, thx fazulk
Describe the bug
yarn storybook
report an error:To Reproduce
https://github.com/codthing-bug/vuetify-sb-setupbug.git
System
Additional context