aboutsummaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-01 13:16:35 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-01 13:26:43 +0100
commitc6c5f094c41b0a024f052ce2350872490f60a73a (patch)
tree69514eb15bcc9f89f4c8e0ec564344121fe388a5 /shadow-cljs.edn
parent3951173441bcb511c8f8ae383002e6992e6409a8 (diff)
feat: replace vidstack with Media Chrome
Diffstat (limited to 'shadow-cljs.edn')
-rw-r--r--shadow-cljs.edn7
1 files changed, 5 insertions, 2 deletions
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}}}}}