mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Use :none as optimization level for watch-bench script.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user