Skip to content

Commit

Permalink
Minify
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 9, 2022
1 parent dd97314 commit c2d1d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
32 changes: 1 addition & 31 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"performance"
],
"scripts": {
"build": "esbuild --format=esm --platform=node --target=node14 --sources-content=false --outdir=dist src/index.ts && tsc"
"build": "esbuild --format=esm --platform=node --target=node14 --sources-content=false --minify --outdir=dist src/index.ts && tsc"
},
"dependencies": {
"critters": "0.0.16"
Expand Down

0 comments on commit c2d1d4f

Please sign in to comment.