mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05: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"
|
:output-dir "dist/js/main"
|
||||||
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
|
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
|
||||||
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
|
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
|
||||||
:optimizations :simple
|
:optimizations :advanced
|
||||||
|
:cache-analysis false
|
||||||
:externs ["externs/main.js"]
|
:externs ["externs/main.js"]
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:elide-asserts true
|
:elide-asserts true
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
|
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
|
||||||
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
|
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
|
||||||
:optimizations :simple
|
:optimizations :simple
|
||||||
|
:cache-analysis false
|
||||||
:externs ["externs/main.js"]
|
:externs ["externs/main.js"]
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:elide-asserts true
|
:elide-asserts true
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
:asset-path "js"
|
:asset-path "js"
|
||||||
:parallel-build true
|
:parallel-build true
|
||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
|
:cache-analysis false
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:pretty-print false
|
:pretty-print false
|
||||||
:language-in :ecmascript6
|
:language-in :ecmascript6
|
||||||
|
|
Loading…
Add table
Reference in a new issue