vuetifyjs / vuetify-loader

📦 Webpack and Vite plugins for treeshaking Vuetify components and more
https://vuetifyjs.com/customization/a-la-carte#vuetify-loader
MIT License
517 stars 91 forks source link

Failed to resolve import "fsevents" when using vite-plugin-vuetify with Nuxt3 #301

Closed codeflorist closed 1 year ago

codeflorist commented 1 year ago

i'm using vite-plugin-vuetify with Nuxt3 for treeshaking as described here: https://vuetifyjs.com/en/features/treeshaking/

when starting nuxi dev, the following error is shown in console:

ERROR Failed to resolve import "fsevents" from "node_modules\.vite\deps\vite-plugin-vuetify.js?v=2bc5e2ea". Does the file exist?

apart from the error-message everything seems to be woking without problems though.

KaelWD commented 1 year ago

vite-plugin-vuetify doesn't import fsevents

KaelWD commented 1 year ago

Closing due to inactivity