vuetifyjs / vuetify-loader

📦 Webpack and Vite plugins for treeshaking Vuetify components and more

Home Page:https://vuetifyjs.com/customization/a-la-carte#vuetify-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need an ESM build

kingyue737 opened this issue · comments

Vite 5 is deprecating its CJS build of API. Adding vuetify plugin to vite config will cause the following warning as vite-plugin-vuetify requires vite instead of import.

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.