mirror of
https://github.com/penpot/penpot.git
synced 2025-04-14 07:51:35 -05:00
Minor fixes on worker build scripts.
This commit is contained in:
parent
dea367a84a
commit
b16a649121
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
:parallel-build true
|
||||
:optimizations :simple
|
||||
:static-fns true
|
||||
:pretty-print true
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:verbose true})
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
:parallel-build true
|
||||
:optimizations :simple
|
||||
:static-fns true
|
||||
:pretty-print false
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:verbose true})
|
||||
|
|
Loading…
Add table
Reference in a new issue