Skip to content

Commit

Permalink
chore: add ofetch dependency to the noExternal array in tsup config
Browse files Browse the repository at this point in the history
  • Loading branch information
Selemon Dev committed Feb 6, 2024
1 parent cbe5fa9 commit 948a681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export default defineConfig({
clean: true,
platform: 'node',
sourcemap: false,
external: ['vscode']
external: ['vscode'],
noExternal: ['ofetch']
})

0 comments on commit 948a681

Please sign in to comment.