Skip to content

Commit

Permalink
fix: ofetch module missing after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
songlim327 committed Feb 6, 2024
1 parent 837ce04 commit aa6bf4f
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 aa6bf4f

Please sign in to comment.