mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Use :none as optimization level for watch-bench script.
This commit is contained in:
parent
94b38daee0
commit
4124f83a22
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
:output-to "out/bench.js"
|
:output-to "out/bench.js"
|
||||||
:output-dir "out"
|
:output-dir "out"
|
||||||
:parallel-build false
|
:parallel-build false
|
||||||
:optimizations :simple
|
:optimizations :none
|
||||||
:static-fns true
|
:static-fns false
|
||||||
:target :nodejs
|
:target :nodejs
|
||||||
:language-in :ecmascript6
|
:language-in :ecmascript6
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
|
|
Loading…
Reference in a new issue