We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbe5fa9 + 948a681 commit cbe6c5dCopy full SHA for cbe6c5d
tsup.config.ts
@@ -8,5 +8,6 @@ export default defineConfig({
8
clean: true,
9
platform: 'node',
10
sourcemap: false,
11
- external: ['vscode']
+ external: ['vscode'],
12
+ noExternal: ['ofetch']
13
})
0 commit comments