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 5c9dbea commit ac33081Copy full SHA for ac33081
1 file changed
tsdown.config.mts
@@ -5,7 +5,7 @@ export default defineConfig({
5
deps: {
6
alwaysBundle: ['line-column', 'vscode-get-config'],
7
neverBundle: ['vscode'],
8
- onlyAllowBundle: false,
+ onlyBundle: false,
9
},
10
entry: ['src/index.ts'],
11
format: 'cjs',
0 commit comments