You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with a pnpm workspace where both have vuetify and have slightly different dependencies, the vuetifyBase does not match so the vuetifyStylesPlugin does not work correctly.
I'm having trouble with a pnpm workspace where both have vuetify and have slightly different dependencies, the
vuetifyBase
does not match so thevuetifyStylesPlugin
does not work correctly.nuxt-module/src/vite/vuetify-styles-plugin.ts
Line 17 in ca42a7a
isSubdir(vuetifyBase, path.isAbsolute(source) ? source : importer)
== falsevuetifyBase = "/PROJECT_DIR/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/vuetify"
importer = "/PROJECT_DIR/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs?v=e67783cb"
Any way to make it less restrictive the base should be checking just from node_modules? etc.
The text was updated successfully, but these errors were encountered: