Skip to content

Commit cbe6c5d

Browse files
authored
Merge pull request #10 from selemondev/chore/ofetch-dep
chore: add ofetch dependency to the noExternal array in tsup config
2 parents cbe5fa9 + 948a681 commit cbe6c5d

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)