Closed codeflorist closed 1 year ago
i'm using vite-plugin-vuetify with Nuxt3 for treeshaking as described here: https://vuetifyjs.com/en/features/treeshaking/
vite-plugin-vuetify
Nuxt3
when starting nuxi dev, the following error is shown in console:
nuxi dev
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.
vite-plugin-vuetify doesn't import fsevents
Closing due to inactivity
i'm using
vite-plugin-vuetify
withNuxt3
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.