mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Use advanced compilation mode for production.
This commit is contained in:
parent
9a98faf1f6
commit
149e99f466
@ -13,7 +13,7 @@
|
|||||||
:output-dir "dist/js/main"
|
:output-dir "dist/js/main"
|
||||||
:closure-defines {"uxbox.common.constants.url"
|
:closure-defines {"uxbox.common.constants.url"
|
||||||
"https://test.uxbox.io/api"}
|
"https://test.uxbox.io/api"}
|
||||||
:optimizations :simple
|
:optimizations :advanced
|
||||||
:externs ["externs/main.js"]
|
:externs ["externs/main.js"]
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:pretty-print false
|
:pretty-print false
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
:output-dir "dist/js/worker"
|
:output-dir "dist/js/worker"
|
||||||
:asset-path "js"
|
:asset-path "js"
|
||||||
:parallel-build true
|
:parallel-build true
|
||||||
:optimizations :simple
|
:optimizations :advanced
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:pretty-print false
|
:pretty-print false
|
||||||
:language-in :ecmascript6
|
:language-in :ecmascript6
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user