mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:38:24 +02:00
📎 Add performance related helpers.
This commit is contained in:
parent
327c095d79
commit
cbb3783d84
10 changed files with 767 additions and 54 deletions
|
@ -17,6 +17,18 @@
|
|||
:source-map true
|
||||
:source-map-include-sources-content true
|
||||
:source-map-detail-level :all
|
||||
:warnings {:fn-deprecated false}}}}}
|
||||
:warnings {:fn-deprecated false}}}
|
||||
|
||||
:bench
|
||||
{:target :node-script
|
||||
:output-to "target/bench.js"
|
||||
:output-dir "target/bench/"
|
||||
:main bench/main
|
||||
:devtools {:autoload false}
|
||||
|
||||
:compiler-options
|
||||
{:output-feature-set :es-next
|
||||
:output-wrapper false}}}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue