Set compiler option :language-in to ecmascript5
This commit is contained in:
parent
a22bde50c7
commit
d63d411c53
|
@ -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}}}}}})
|
||||
|
|
Loading…
Reference in New Issue