0๐
โ
I created a vue.config.js file with the following content:
module.exports = {
pluginOptions: {
ssr: {
nodeExternalsWhitelist: [/^vuetify/]
}
}
}
It helps me.
Source:stackexchange.com