mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Elide asserts on production builds.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user