Skip to content

Commit

Permalink
chore: 🔧 enable minify to tsup config
Browse files Browse the repository at this point in the history
  • Loading branch information
4doist committed Jul 3, 2024
1 parent 45f14cc commit 09e9ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/create-sunar/configs/static-tsup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ export default defineConfig({
entry: ['src/**/*.ts', '!src/**/*.spec.ts'],
format: 'esm',
clean: true,
dts: true,
dts: false,
minify: true,
target: 'es2022',
bundle: true,
sourcemap: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sunar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sunar",
"version": "1.1.2",
"version": "1.1.3",
"description": "The easiest way to get started with Sunar.",
"author": "tai (https://github.com/taii03)",
"license": "MIT",
Expand Down

0 comments on commit 09e9ba3

Please sign in to comment.