figwheel-main

figwheel-main http://figwheel.org
skiggz 2019-11-23T04:57:43.008Z

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

skiggz 2019-11-27T19:37:14.030800Z

Thanks! I'll check it out

skiggz 2019-11-23T04:57:59.008200Z

I'm also using lein

Jan K 2019-11-23T13:39:24.012800Z

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

👍 1