mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
🔧 Update build configuration to use advanced compilation with pseudo-names.
This commit is contained in:
parent
6fe9d0bfa4
commit
b22f86b62c
1 changed files with 6 additions and 3 deletions
|
@ -75,7 +75,9 @@
|
|||
|
||||
(def main-build-build-options
|
||||
(merge main-dist-build-options
|
||||
{:optimizations :none}))
|
||||
{:optimizations :advanced
|
||||
:pseudo-names true
|
||||
:pretty-print true}))
|
||||
|
||||
(def worker-dist-build-options
|
||||
(merge default-build-options
|
||||
|
@ -87,8 +89,9 @@
|
|||
|
||||
(def worker-build-build-options
|
||||
(merge worker-dist-build-options
|
||||
{:optimizations :none
|
||||
:source-map true}))
|
||||
{:optimizations :advanced
|
||||
:pseudo-names true
|
||||
:pretty-print true}))
|
||||
|
||||
;; --- Tasks Definitions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue