Closed merceyz closed 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.
vue-cli-plugin-vuetify
How did you fix it?
Use require.resolve when adding loaders
require.resolve
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