mirror of https://github.com/buster-so/buster.git
Update tsup.config.ts
This commit is contained in:
parent
10e741fa93
commit
2ec3692462
|
@ -29,7 +29,4 @@ export default defineConfig({
|
||||||
// Additional esbuild options for bun compatibility
|
// Additional esbuild options for bun compatibility
|
||||||
options.keepNames = true; // Preserve function names for better debugging
|
options.keepNames = true; // Preserve function names for better debugging
|
||||||
},
|
},
|
||||||
onSuccess: async () => {
|
|
||||||
console.log('Build completed successfully!');
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue