Skip to content

Commit

Permalink
feat: removed minification
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 committed Jun 5, 2024
1 parent 61ca09f commit a15fec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './runner';
export * from './runner';
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
splitting: true,
treeshake: true,
sourcemap: true,
minify: true,
minify: false,
clean: true,
cjsInterop: true,
tsconfig: './tsconfig.json'
Expand Down

0 comments on commit a15fec4

Please sign in to comment.