diff --git a/scripts/build-worker.clj b/scripts/build-worker.clj index a2b8e5b0a3..bb85da7b69 100644 --- a/scripts/build-worker.clj +++ b/scripts/build-worker.clj @@ -12,6 +12,7 @@ :parallel-build true :optimizations :simple :static-fns true + :pretty-print true :language-in :ecmascript6 :language-out :ecmascript5 :verbose true}) diff --git a/scripts/dist-worker.clj b/scripts/dist-worker.clj index 95128bb65f..a291ef147a 100644 --- a/scripts/dist-worker.clj +++ b/scripts/dist-worker.clj @@ -13,6 +13,7 @@ :parallel-build true :optimizations :simple :static-fns true + :pretty-print false :language-in :ecmascript6 :language-out :ecmascript5 :verbose true})