Skip to content

Commit 8075afb

Browse files
committed
fix: fix vuetify transpilation (#98)
1 parent 83be214 commit 8075afb

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
@@ -88,7 +88,7 @@ module.exports = function (moduleOptions) {
8888
if (options.treeShake) {
8989
const VuetifyLoader = this.nuxt.resolver.requireModule('vuetify-loader/lib/plugin')
9090

91-
this.options.build.transpile.push(/^vuetify/)
91+
this.options.build.transpile.push('vuetify/lib')
9292

9393
this.extendBuild((config) => {
9494
config.plugins.push(new VuetifyLoader())

0 commit comments

Comments
 (0)