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.
1 parent 0bad663 commit 3ab6c9cCopy full SHA for 3ab6c9c
1 file changed
tsdown.config.mts
@@ -2,12 +2,14 @@ import { defineConfig } from 'tsdown';
2
3
export default defineConfig({
4
clean: true,
5
+ deps: {
6
+ alwaysBundle: ['line-column', 'vscode-get-config'],
7
+ neverBundle: ['vscode'],
8
+ onlyAllowBundle: false,
9
+ },
10
entry: ['src/index.ts'],
- external: ['vscode'],
11
format: 'cjs',
- inlineOnly: false,
12
minify: true,
- noExternal: ['line-column', 'vscode-get-config'],
13
outDir: 'lib',
14
platform: 'node',
15
target: 'es2020',
0 commit comments