We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ee280 commit 71a208aCopy full SHA for 71a208a
clients/algoliasearch-client-javascript/base.tsup.config.ts
@@ -17,7 +17,7 @@ type Requester = keyof typeof requesters;
17
18
export function getBaseConfig(cwd: string): Options {
19
return {
20
- clean: true,
+ clean: false,
21
sourcemap: true,
22
splitting: false,
23
tsconfig: path.resolve(cwd, 'tsconfig.json'),
0 commit comments