0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

📎 Change output feature set to :es2020 on test compiler options

This commit is contained in:
Andrey Antukh 2022-08-02 17:15:32 +02:00
parent fbfcb827ed
commit d477f74d13
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@
com.github.luben/zstd-jni {:mvn/version "1.5.2-3"}
org.clojure/data.fressian {:mvn/version "1.0.0"}
io.prometheus/simpleclient {:mvn/version "0.15.0"}
io.prometheus/simpleclient_hotspot {:mvn/version "0.15.0"}
io.prometheus/simpleclient_jetty {:mvn/version "0.15.0"

View file

@ -90,7 +90,7 @@
:autorun true
:compiler-options
{:output-feature-set :es8
{:output-feature-set :es2020
:output-wrapper false
:source-map true
:source-map-include-sources-content true