From 1aab333eba09b64e8e1bf2378eeb4e6cc113ad0a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 8 May 2016 18:03:37 +0300 Subject: [PATCH] Fix dist compilation script. --- scripts/dist.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.clj b/scripts/dist.clj index a704de704..fa94adf42 100644 --- a/scripts/dist.clj +++ b/scripts/dist.clj @@ -17,7 +17,7 @@ :source-map "resources/public/js/main.js.map" :static-fns true :pretty-print true - :language-in :ecmascript5 + :language-in :ecmascript6 :language-out :ecmascript5 :verbose true}) (println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))