fix(packages): correct umd export names
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ export default withConfig({
|
||||
formats: ['es', 'cjs', 'iife'],
|
||||
entry: resolve(__dirname, 'src/index.ts'),
|
||||
fileName: 'vue-flow-pathfinding-edge',
|
||||
name: 'vueFlowPathfindingEdge',
|
||||
name: 'VueFlowPathfindingEdge',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user