mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
Set cache-analysis to false.
This commit is contained in:
parent
9edb2a4ee0
commit
79b551af3e
@ -19,6 +19,7 @@
|
||||
:source-paths ["src"]
|
||||
:compiler
|
||||
{:main 'uxbox.main
|
||||
:cache-analysis false
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines options
|
||||
@ -35,6 +36,7 @@
|
||||
:compiler
|
||||
{:main 'uxbox.view
|
||||
:parallel-build false
|
||||
:cache-analysis false
|
||||
:optimizations :none
|
||||
:closure-defines options
|
||||
:language-in :ecmascript6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user