fix(tooling): use correct umd name for vue flow core

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-24 19:35:32 +01:00
committed by Braks
parent a5644c0ead
commit 06b1753f48

View File

@@ -21,7 +21,7 @@ function withConfig(viteConfig) {
// for externalized deps
globals: {
'vue': 'Vue',
'@vue-flow/core': 'VueFlow',
'@vue-flow/core': 'VueFlowCore',
},
},
},