We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22bde5 commit d63d411Copy full SHA for d63d411
1 file changed
project.clj
@@ -77,7 +77,8 @@
77
:optimize-constants true
78
:optimizations :simple
79
:closure-defines {"goog.DEBUG" false}
80
- :parallel-build true}}
+ :parallel-build true
81
+ :language-in :ecmascript5}}
82
:android
83
{:source-paths ["react-native/src" "src" "env/prod"]
84
:compiler {:output-to "index.android.js"
@@ -87,4 +88,5 @@
87
88
89
90
- :parallel-build true}}}}}})
91
92
+ :language-in :ecmascript5}}}}}})
0 commit comments