fix(packages): correct umd export names

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-24 19:36:48 +01:00
committed by Braks
parent 06b1753f48
commit 93b2fd04eb
7 changed files with 7 additions and 7 deletions

View File

@@ -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',
},
},
})