mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Set cache-analysis to false
.
This commit is contained in:
parent
9edb2a4ee0
commit
79b551af3e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue