mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
Disable :advanced compilation in dist-main script.
This commit is contained in:
parent
567075f9c5
commit
730bbba2b9
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
: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 :advanced
|
:optimizations :simple
|
||||||
:externs ["externs/main.js"]
|
:externs ["externs/main.js"]
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:elide-asserts true
|
:elide-asserts true
|
||||||
|
|
Loading…
Add table
Reference in a new issue