Skip to content

Commit

Permalink
build: update tsup build config
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Oct 5, 2024
1 parent 2e404ca commit 0dbf412
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ export default defineConfig({
shims: true,
clean: true,
splitting: true,
minify: true,
minifySyntax: true,
minifyIdentifiers: true,
minifyWhitespace: true,
// minify: true,
// minifySyntax: true,
// minifyIdentifiers: true,
// minifyWhitespace: true,
globalName: "aniwatch",
skipNodeModulesBundle: true,

// sourcemap: true,
});

0 comments on commit 0dbf412

Please sign in to comment.