Skip to content

Commit

Permalink
Update rollup.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Dec 21, 2022
1 parent 696c482 commit 9678e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default [
esbuild({
tsconfig: './tsconfig.build.json',
target: 'esnext',
minify: false,
minify: true,
jsx: 'automatic'
}),
summary({
Expand Down

0 comments on commit 9678e75

Please sign in to comment.