This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-21
Channels
- # adventofcode (27)
- # announcements (2)
- # babashka (1)
- # beginners (111)
- # calva (11)
- # cider (82)
- # clara (6)
- # clojure (44)
- # clojure-dev (5)
- # clojure-europe (27)
- # clojure-nl (5)
- # clojure-spec (3)
- # clojure-uk (3)
- # clojurescript (29)
- # core-async (5)
- # cursive (4)
- # datalevin (1)
- # datomic (39)
- # exercism (4)
- # figwheel-main (1)
- # fulcro (32)
- # graalvm (7)
- # gratitude (1)
- # integrant (4)
- # jobs (1)
- # lein-figwheel (3)
- # leiningen (4)
- # lsp (3)
- # luminus (3)
- # meander (2)
- # nextjournal (1)
- # off-topic (10)
- # other-languages (26)
- # pathom (14)
- # polylith (9)
- # re-frame (16)
- # remote-jobs (1)
- # shadow-cljs (4)
- # specter (2)
- # sql (6)
- # timbre (2)
- # tools-build (12)
- # xtdb (9)
Hi, I have a problem which only occurs in Safari in advanced compilation, happening somewhere when executing Re-frame code. It is possible to somehow build source maps, so I can find what line it corresponds in dev version?
https://shadow-cljs.github.io/docs/UsersGuide.html#compiler-options
There are three supported source-map related options under compiler options. These two should be enough:
> :source-map
(Boolean) defaults to `true` during development, `false` for `release`.
> :source-map-detail-level
`:all` or `:symbols` (`:symbols` reduces overall size a bit but also a bit less accurate)
shadow-cljs release app --source-maps
or shadow-cljs release app --debug
will also enable them temporarily
Is it possible to specify the hostname for source maps? I’m getting errors like the following:
DevTools failed to load source map: Could not load content for : Connection error: net::ERR_CONNECTION_CLOSED
My shadow-cljs build is loaded from an iframe in a Google Sheets sidebar. I would like to replace
with
.