mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -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:
parent
975f41d58e
commit
60eb923f64
@ -8,4 +8,7 @@ export default defineConfig({
|
||||
clean: true,
|
||||
minify: true,
|
||||
format: ['cjs', 'esm'],
|
||||
loader: {
|
||||
'.json': 'file',
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user