From d3ded00bc642ec41bf67ee7d333a6ddadf21fecb Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 23 Oct 2024 14:13:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20text-editor=20missing=20fr?= =?UTF-8?q?om=20token=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/shadow-cljs.edn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/shadow-cljs.edn b/frontend/shadow-cljs.edn index 52672cb52..651647b8a 100644 --- a/frontend/shadow-cljs.edn +++ b/frontend/shadow-cljs.edn @@ -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