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 b927936 commit 9f688c6Copy full SHA for 9f688c6
vite.build.config.mts
@@ -41,6 +41,7 @@ export default defineConfig({
41
},
42
external: [
43
...Object.keys(pkg.dependencies || {}),
44
+ /^vuetify($|\/.+)/,
45
],
46
output: {
47
banner,
0 commit comments