Skip to content

Commit

Permalink
Merge pull request #10 from selemondev/chore/ofetch-dep
Browse files Browse the repository at this point in the history
chore: add ofetch dependency to the noExternal array in tsup config
  • Loading branch information
selemondev committed Feb 6, 2024
2 parents cbe5fa9 + 948a681 commit cbe6c5d
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 cbe6c5d

Please sign in to comment.