mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Elide asserts on production builds.
This commit is contained in:
parent
ed64ddaea2
commit
42e87588b6
@ -16,6 +16,7 @@
|
|||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
:externs ["externs/main.js"]
|
:externs ["externs/main.js"]
|
||||||
:static-fns true
|
:static-fns true
|
||||||
|
:elide-asserts true
|
||||||
:pretty-print false
|
:pretty-print false
|
||||||
:language-in :ecmascript6
|
:language-in :ecmascript6
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
:optimizations :simple
|
:optimizations :simple
|
||||||
:externs ["externs/main.js"]
|
:externs ["externs/main.js"]
|
||||||
:static-fns true
|
:static-fns true
|
||||||
|
:elide-asserts true
|
||||||
:pretty-print false
|
:pretty-print false
|
||||||
:language-in :ecmascript6
|
:language-in :ecmascript6
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user