Fork me on GitHub
#figwheel-main
<
2019-11-23
>
skiggz04:11:43

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

practicalli-johnny10:11:06

@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.

skiggz19:11:14

Thanks! I'll check it out

skiggz04:11:59

I'm also using lein

Jan K13:11:24

@skylar732 figwheel-main is not configured from project.clj, it's decoupled from lein. See https://figwheel.org/docs/create_a_build.html

👍 4