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

Commit 04620ea

Browse files
committed
fix: remove js rule include
fixes #55
1 parent 4feaee3 commit 04620ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ module.exports = (api) => {
88
const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')
99

1010
api.chainWebpack(config => {
11-
config.module
12-
.rule('js')
13-
.include
14-
.add(api.resolve('node_modules/vuetify'))
15-
1611
config.plugin('VuetifyLoaderPlugin')
1712
.use(VuetifyLoaderPlugin)
1813
})

0 commit comments

Comments
 (0)