Set compiler option :language-in to ecmascript5

This commit is contained in:
Andy Chambers 2017-08-17 20:57:12 +01:00 committed by Roman Volosovskyi
parent a22bde50c7
commit d63d411c53
1 changed files with 4 additions and 2 deletions

View File

@ -77,7 +77,8 @@
:optimize-constants true
:optimizations :simple
:closure-defines {"goog.DEBUG" false}
:parallel-build true}}
:parallel-build true
:language-in :ecmascript5}}
:android
{:source-paths ["react-native/src" "src" "env/prod"]
:compiler {:output-to "index.android.js"
@ -87,4 +88,5 @@
:optimize-constants true
:optimizations :simple
:closure-defines {"goog.DEBUG" false}
:parallel-build true}}}}}})
:parallel-build true
:language-in :ecmascript5}}}}}})