mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 00:46:36 +02:00
Disable analysis cache and enable advanced optimizations on dist-main.
This commit is contained in:
parent
5a167ae031
commit
dc83e23ed1
3 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
:output-dir "dist/js/main"
|
||||
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
|
||||
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
|
||||
:optimizations :simple
|
||||
:optimizations :advanced
|
||||
:cache-analysis false
|
||||
:externs ["externs/main.js"]
|
||||
:static-fns true
|
||||
:elide-asserts true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue