0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Disable var and ns clash warning.

This commit is contained in:
Andrey Antukh 2016-02-06 12:24:47 +02:00
parent 670446e209
commit 6a1dad581e

View file

@ -16,6 +16,7 @@
:asset-path "js" :asset-path "js"
:parallel-build false :parallel-build false
:optimizations :none :optimizations :none
:warnings {:ns-var-clash false}
:pretty-print true :pretty-print true
:language-in :ecmascript5 :language-in :ecmascript5
:language-out :ecmascript5 :language-out :ecmascript5