Skip to content

Commit ac11d5c

Browse files
committed
ci: Added form-data to bundle
1 parent e2129a6 commit ac11d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
formats: ['es', 'cjs', 'umd'],
1111
},
1212
rollupOptions: {
13-
external: ['node-fetch'],
13+
external: ['node-fetch', 'form-data'],
1414
output: {
1515
globals: {
1616
'node-fetch': 'fetch',

0 commit comments

Comments
 (0)