Description
Hello,
recently, the combination of vuetify+nuxt(-module)+vue-macros stopped working.
If I remove Vue macros from the module, it seems to work. I'm not sure if I'm in the right place with the bug, but maybe just as a heads up that the bug exists.
Here is the Stackblitz for it:
https://stackblitz.com/edit/nuxt-starter-5xyynj?file=nuxt.config.ts
P.S.:
If I try to implement the whole thing without the vuetify-nuxt-module, but rather via the plugin, I get the error:
Cannot start nuxt: Vuetify plugin must be loaded after the vue plugin
at configResolved (node_modules/vite-plugin-vuetify/dist/index.cjs:29:15)
at node_modules/vite/dist/node/chunks/dep-BaOMuo4I.js:66327:67
at Array.map ()
at resolveConfig (node_modules/vite/dist/node/chunks/dep-BaOMuo4I.js:66327:53)
at async _createServer (node_modules/vite/dist/node/chunks/dep-BaOMuo4I.js:62687:18)
at async buildClient (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.CMaRZVaO.mjs:745:24)
at async withLogs (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.CMaRZVaO.mjs:1835:3)
at async bundle (node_modules/@nuxt/vite-builder/dist/shared/vite-builder.CMaRZVaO.mjs:1826:3)
at async bundle (node_modules/nuxt/dist/index.mjs:5888:5)
at async build (node_modules/nuxt/dist/index.mjs:5763:3)