0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -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"
:parallel-build false
:optimizations :none
:warnings {:ns-var-clash false}
:pretty-print true
:language-in :ecmascript5
:language-out :ecmascript5