Problem on webpack-plugin-vuetify after migration from vue(tify) 2 to 3
I am trying to update a project from vuetify 2 to vuetify 3, naturally, I’m updating vue 2 to vue 3.
I have managed all of the dependencies problems, but I am not sure if I updated all the config files of the projects the good way (I mean the main.js, the vuetify.js etc.), so when I do npm i
, I have no problem of dependencies, everything is installed.
But when I hit npm run dev
, this error pops up :