Skip to content

Commit 06b1753

Browse files
committed
fix(tooling): use correct umd name for vue flow core
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
1 parent a5644c0 commit 06b1753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/vite-config/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function withConfig(viteConfig) {
2121
// for externalized deps
2222
globals: {
2323
'vue': 'Vue',
24-
'@vue-flow/core': 'VueFlow',
24+
'@vue-flow/core': 'VueFlowCore',
2525
},
2626
},
2727
},

0 commit comments

Comments
 (0)