0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

🐛 Fix text-editor missing from token tests

This commit is contained in:
Florian Schroedl 2024-10-23 14:13:49 +02:00
parent bf3880a21c
commit d3ded00bc6

View file

@ -177,6 +177,12 @@
:devtools {:http-port 3460}
:js-options
{:entry-keys ["module" "browser" "main"]
:resolve {"penpot/vendor/text-editor-v2"
{:target :file
:file "vendor/text_editor_v2.js"}}}
:compiler-options
{:output-feature-set :es2020
:output-wrapper false