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 20:07:13 +01:00
committed by Braks
parent 06b1753f48
commit 93b2fd04eb
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default withConfig({
formats: ['es', 'cjs', 'iife'],
entry: resolve(__dirname, 'src/index.ts'),
fileName: 'vue-flow-node-resizer',
name: 'vueFlowNodeResizer',
name: 'VueFlowNodeResizer',
},
},
plugins: [vueTypes() as any],