mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
Disable paralel build on figwheel (seems buggy at this moment).
This commit is contained in:
parent
18ff6303df
commit
a8fe18a465
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
:source-paths ["frontend"]
|
||||
:compiler {:main 'uxbox.core
|
||||
:asset-path "js"
|
||||
:parallel-build true
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:pretty-print true
|
||||
:language-in :ecmascript5
|
||||
|
|
Loading…
Add table
Reference in a new issue