mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -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"]
|
||||
:compiler {:main 'uxbox.core
|
||||
:asset-path "js"
|
||||
:parallel-build true
|
||||
:optimizations :none
|
||||
:pretty-print true
|
||||
:language-in :ecmascript5
|
||||
|
|
Loading…
Reference in a new issue