mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Use :simple optimization level for tests.
This commit is contained in:
parent
dba3c8764a
commit
433d4fe7ee
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
:output-to "out/tests.js"
|
||||
:output-dir "out"
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:optimizations :simple
|
||||
:pretty-print true
|
||||
:target :nodejs
|
||||
:language-in :ecmascript5
|
||||
|
|
Loading…
Reference in a new issue