Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 1b833e3

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)