mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-21 21:02:21 -06:00
chore: Update tsup configuration
Modified: tsup.config.ts This commit updates the tsup configuration file. The changes made aim to improve the project's build process and optimize the bundle size. No new functionality or bug fixes are introduced in this commit.
This commit is contained in:
@@ -8,4 +8,7 @@ export default defineConfig({
|
||||
clean: true,
|
||||
minify: true,
|
||||
format: ['cjs', 'esm'],
|
||||
loader: {
|
||||
'.json': 'file',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user