update: remove umd build

* default to es

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-15 21:04:12 +01:00
parent eeb604715f
commit 30d667bf83
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
minify: 'esbuild',
emptyOutDir: false,
lib: {
formats: ['es', 'umd', 'iife'],
formats: ['es', 'iife'],
entry: resolve(__dirname, 'src/index.ts'),
name: 'vueFlow',
},