Skip to content

Commit

Permalink
fix(v2): correct the vuetify-loader plugin import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahKotyluk committed Dec 4, 2021
1 parent 1c8bce1 commit 1b833e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-vuetify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (api, options) => {
})
}
else {
const VuetifyLoaderPlugin = require('vuetify-loader')
const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')

api.chainWebpack(config => {
config
Expand Down

0 comments on commit 1b833e3

Please sign in to comment.