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 043e7e5 commit 22aab1dCopy full SHA for 22aab1d
1 file changed
tsdown.config.ts
@@ -5,6 +5,7 @@ export default defineConfig({
5
entry: ['src/index.ts'],
6
external: ['vscode'],
7
format: 'cjs',
8
+ inlineOnly: false,
9
minify: true,
10
noExternal: ['line-column', 'vscode-get-config'],
11
outDir: 'lib',
0 commit comments