Skip to content

Commit 9b5b9bb

Browse files
committed
update vite config
1 parent bf8abc6 commit 9b5b9bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vite.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ export default defineConfig(({ mode }) => {
4242
name: 'vue-charts',
4343
},
4444
rollupOptions: {
45-
external: ['vue', '@prefecthq/prefect-design'],
45+
external: [
46+
'vue',
47+
'@prefecthq/prefect-design',
48+
'@prefecthq/vue-compositions',
49+
],
4650
output: {
4751
exports: 'named',
4852
// Provide vue as a global variable to use in the UMD build

0 commit comments

Comments
 (0)