Replies: 1 comment
-
Adding resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
vue: 'vue/dist/vue.esm.js', // or possibly vue.runtime.esm.js if you don't need runtime compiler but haven't checked that yet
},
dedupe: ['vue'],
}, Also if you're importing vuetify from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've an existing Vue2 project which was created using create-vue.
As the project is in vue2, to be able to use Vuetify I need to use v2. But the question is how to add that? In Vuetify v2 docs this is missing.
Any help would be highly appreciated :)
My Try:
Tried this
package.json
With this setup project works in dev mode
pnpm dev
but fails (white screen) in production (build:*
) &prev
with following errors in console.Beta Was this translation helpful? Give feedback.
All reactions