We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83be214 commit 8075afbCopy full SHA for 8075afb
lib/module.js
@@ -88,7 +88,7 @@ module.exports = function (moduleOptions) {
88
if (options.treeShake) {
89
const VuetifyLoader = this.nuxt.resolver.requireModule('vuetify-loader/lib/plugin')
90
91
- this.options.build.transpile.push(/^vuetify/)
+ this.options.build.transpile.push('vuetify/lib')
92
93
this.extendBuild((config) => {
94
config.plugins.push(new VuetifyLoader())
0 commit comments