mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
Elide asserts on production builds.
This commit is contained in:
parent
ed64ddaea2
commit
42e87588b6
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
:optimizations :advanced
|
||||
:externs ["externs/main.js"]
|
||||
:static-fns true
|
||||
:elide-asserts true
|
||||
:pretty-print false
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
:optimizations :simple
|
||||
:externs ["externs/main.js"]
|
||||
:static-fns true
|
||||
:elide-asserts true
|
||||
:pretty-print false
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
|
|
Loading…
Reference in a new issue