Skip to content

Commit 948a681

Browse files
author
Selemon Dev
committed
chore: add ofetch dependency to the noExternal array in tsup config
1 parent cbe5fa9 commit 948a681

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsup.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ export default defineConfig({
88
clean: true,
99
platform: 'node',
1010
sourcemap: false,
11-
external: ['vscode']
11+
external: ['vscode'],
12+
noExternal: ['ofetch']
1213
})

0 commit comments

Comments
 (0)