Blake Livingston

Results 2 comments of Blake Livingston

@dvingo @yqrashawn Hi! I know this is a closed issue, but I wanted to say thanks for the inspiration and starting point within the Chromium source. I'm porting an MV2...

My shadow-cljs.edn looks something like this: ```edn ... :dev-http {8080 {:root "public" :host "127.0.0.1"}} :builds {:extension {:target :esm :compiler-options {:source-map true} :output-dir "extension/js" :runtime :browser ;:custom :devtools {:preloads [devtools.preload] :use-document-host...