mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Enable parallel builds.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
:compiler
|
:compiler
|
||||||
{:main 'uxbox.main
|
{:main 'uxbox.main
|
||||||
:asset-path "js"
|
:asset-path "js"
|
||||||
:parallel-build false
|
:parallel-build true
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
;; :closure-defines {"uxbox.repo.core.url"
|
;; :closure-defines {"uxbox.repo.core.url"
|
||||||
;; "https://test.uxbox.io/api"}
|
;; "https://test.uxbox.io/api"}
|
||||||
|
|||||||
Reference in New Issue
Block a user