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 ad90cda commit 39cc266Copy full SHA for 39cc266
tsdown.config.ts
@@ -6,5 +6,6 @@ export default defineConfig({
6
format: ['cjs'],
7
platform: 'node',
8
noExternal: /^.*$/,
9
+ external: ['shelljs'],
10
failOnWarn: false,
11
})
0 commit comments