mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
Enable parallel builds for figwheel (thanks to cljs 1.7.228).
This commit is contained in:
parent
e42bc6e84b
commit
101e2366e1
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +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
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:pretty-print true
|
:pretty-print true
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript5
|
||||||
|
|
Loading…
Reference in a new issue