Skip to content

Commit 1b833e3

Browse files
committedDec 4, 2021
fix(v2): correct the vuetify-loader plugin import path
1 parent 1c8bce1 commit 1b833e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/vue-cli-plugin-vuetify/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = (api, options) => {
2525
})
2626
}
2727
else {
28-
const VuetifyLoaderPlugin = require('vuetify-loader')
28+
const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')
2929

3030
api.chainWebpack(config => {
3131
config

0 commit comments

Comments
 (0)
Please sign in to comment.