Skip to content

Commit

Permalink
Dropped logs from production
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 committed Aug 15, 2022
1 parent 319e969 commit 5342153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ terser "$TEMP/elm.js" --ecma 2018 --compress 'pure_funcs=[F2,F3,F4,F5,F6,F7,F8,F

(cd "$SRC_DIR" && spago bundle-app --to "$TEMP/backend.js")

terser "$TEMP/backend.js" --ecma 2018 --mangle --compress --comments=false --toplevel --output "$INSTALL_DIR/backend.js"
terser "$TEMP/backend.js" --ecma 2018 --mangle --compress 'drop_console=true' --comments=false --toplevel --output "$INSTALL_DIR/backend.js"
2 changes: 1 addition & 1 deletion vanilla

0 comments on commit 5342153

Please sign in to comment.