Skip to content

Commit 65c5e61

Browse files
Fix external rollup config
1 parent 284cba0 commit 65c5e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.build.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default defineConfig({
4242
},
4343
external: [
4444
...Object.keys(pkg.dependencies || {}),
45+
/^vuetify($|\/.+)/,
4546
],
4647
output: {
4748
banner,

0 commit comments

Comments
 (0)