Open
Description
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.
isSubdir(vuetifyBase, path.isAbsolute(source) ? source : importer)
== false
vuetifyBase = "/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.
Metadata
Metadata
Assignees
Labels
No labels