mirror of
https://github.com/penpot/penpot.git
synced 2025-05-03 13:45:55 +02: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
|
:compiler-options
|
||||||
{:fn-invoke-direct true
|
{:fn-invoke-direct true
|
||||||
:optimizations #shadow/env ["PENPOT_BUILD_OPTIMIZATIONS" :as :keyword :default :advanced]
|
:optimizations #shadow/env ["PENPOT_BUILD_OPTIMIZATIONS" :as :keyword :default :advanced]
|
||||||
|
:output-wrapper true
|
||||||
|
:rename-prefix-namespace "PENPOT"
|
||||||
:source-map true
|
:source-map true
|
||||||
:elide-asserts true
|
:elide-asserts true
|
||||||
:anon-fn-naming-policy :off
|
:anon-fn-naming-policy :off
|
||||||
|
|
Loading…
Add table
Reference in a new issue