vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
428 stars 113 forks source link

fix: use require.resolve for loaders #194

Closed merceyz closed 4 years ago

merceyz commented 4 years ago

What's the problem this PR addresses?

vue-cli-plugin-vuetify adds webpack loaders using their name instead of location causing it to depend on hoisting, and to not work under Yarn PnP.

How did you fix it?

Use require.resolve when adding loaders