mirror of
https://github.com/penpot/penpot.git
synced 2025-04-17 01:12:16 -05:00
🐛 Add missing configuration to shadow-cljs.edn file for release build
This commit is contained in:
parent
04dbe5f741
commit
f5b4ea975e
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@
|
|||
:compiler-options
|
||||
{:fn-invoke-direct true
|
||||
:optimizations #shadow/env ["PENPOT_BUILD_OPTIMIZATIONS" :as :keyword :default :advanced]
|
||||
:output-wrapper true
|
||||
:rename-prefix-namespace "PENPOT"
|
||||
:source-map true
|
||||
:elide-asserts true
|
||||
:anon-fn-naming-policy :off
|
||||
|
|
Loading…
Add table
Reference in a new issue