-
I followed the document to integrate the Vuetify(3.06), vite-plugin-vuetify(1.01)import "@mdi/font/css/materialdesignicons.css"; // Vuetify export default createVuetify();vite works well in development mode. but build fail with npm run build(a.k.a. vite build) The error is vite reosolving problem: [vite]: Rollup failed to resolve import "vuetify/lib/components/createVuetify" from "/path/to/src/plugins |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think it's the problem of vite-plugin-imp. Ignore my question. |
Beta Was this translation helpful? Give feedback.
I think it's the problem of vite-plugin-imp.
Ignore my question.