From c6c5f094c41b0a024f052ce2350872490f60a73a Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Sun, 1 Dec 2024 13:16:35 +0100 Subject: feat: replace vidstack with Media Chrome --- shadow-cljs.edn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'shadow-cljs.edn') diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 5937f86..7efe42d 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -3,7 +3,10 @@ :proxy-url "http://localhost:3000"}} :builds {:tubo - {:target :browser + {:target :browser :output-dir "resources/public/js" :asset-path "/js" - :modules {:main {:init-fn tubo.core/init}}}}} + :js-options {:entry-keys ["module" "browser" "main"] + :export-conditions ["import" "module" "browser" "require" + "default"]} + :modules {:main {:init-fn tubo.core/init}}}}} -- cgit v1.2.3