This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-23
Channels
- # announcements (5)
- # beginners (14)
- # bigdata (1)
- # calva (13)
- # cider (10)
- # clj-kondo (53)
- # cljs-dev (1)
- # cljsrn (12)
- # clojure (67)
- # clojure-uk (8)
- # clojuredesign-podcast (3)
- # clojurescript (53)
- # duct (4)
- # emacs (1)
- # events (1)
- # figwheel-main (5)
- # fulcro (9)
- # graalvm (68)
- # graphql (3)
- # joker (3)
- # juxt (4)
- # off-topic (32)
- # other-languages (1)
- # pathom (35)
- # re-frame (6)
- # rum (1)
- # shadow-cljs (52)
- # spacemacs (3)
- # sql (10)
- # tools-deps (15)
I'm trying to update to figwheel main, from the old plugin. Figwheel main seems to ignore :output-dir
and :output-to
in project.clj
. Is that supposed to be? Or is this configuration supposed to move? When I run fighwheel main all output goes to the default public/cljs-out/figwheel-default-repl-build-main.js
@skylar732
https://practicalli.github.io/blog/posts/development-workflow-with-clojure-cli-tools/ has an example of using output-to
as part of a build configuration. It’s a Leiningen driven project using deps.edn, so should be similar to what you are doing.
@skylar732 figwheel-main is not configured from project.clj, it's decoupled from lein. See https://figwheel.org/docs/create_a_build.html
@skylar732
https://practicalli.github.io/blog/posts/development-workflow-with-clojure-cli-tools/ has an example of using output-to
as part of a build configuration. It’s a Leiningen driven project using deps.edn, so should be similar to what you are doing.