Skip to content

Commit 22e82c5

Browse files
authored
feat: vuetify-loader options (#134)
* feat: vuetify-loader options * chore: simplify
1 parent 19ab3d1 commit 22e82c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = function (moduleOptions) {
9393
this.options.build.transpile.push('vuetify/lib')
9494

9595
this.extendBuild((config) => {
96-
config.plugins.push(new VuetifyLoader())
96+
config.plugins.push(new VuetifyLoader(options.treeShake.loaderOptions || {}))
9797
})
9898
}
9999

0 commit comments

Comments
 (0)