mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 22:49:01 -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"]
|
:source-paths ["frontend"]
|
||||||
:compiler {:main 'uxbox.core
|
:compiler {:main 'uxbox.core
|
||||||
:asset-path "js"
|
:asset-path "js"
|
||||||
:parallel-build true
|
:parallel-build false
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:pretty-print true
|
:pretty-print true
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript5
|
||||||
|
|
Loading…
Add table
Reference in a new issue