mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
🐛 Fix text-editor missing from token tests
This commit is contained in:
parent
bf3880a21c
commit
d3ded00bc6
1 changed files with 6 additions and 0 deletions
|
@ -177,6 +177,12 @@
|
||||||
|
|
||||||
:devtools {:http-port 3460}
|
: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
|
:compiler-options
|
||||||
{:output-feature-set :es2020
|
{:output-feature-set :es2020
|
||||||
:output-wrapper false
|
:output-wrapper false
|
||||||
|
|
Loading…
Add table
Reference in a new issue