We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516564e commit 30d6254Copy full SHA for 30d6254
build.edn
@@ -9,8 +9,8 @@
9
:npm-deps {:lodash "4.17.4"}
10
:closure-warnings {:non-standard-jsdoc :off :global-this :off}
11
:install-deps true
12
- :language-in :es6
13
- :language-out :es5
+ :language-in :ecmascript-2020
+ :language-out :ecmascript-2020
14
:foreign-libs [{:file "src/test/cljs/calculator_global.js"
15
:provides ["calculator"]
16
:global-exports {calculator Calculator}}
@@ -22,4 +22,4 @@
22
:provides ["calculator"]}
23
{:file "src/test/cljs/es6_default_hello.js"
24
:provides ["es6_default_hello"]
25
- :module-type :es6}]}
+ :module-type :es6}]}
0 commit comments