bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

Don't pass :bundle-cmd to compiler-env #316

Closed jaimesangcap closed 2 years ago

jaimesangcap commented 2 years ago

A fix related to https://github.com/bhauman/figwheel-main/issues/317

Since figwheel already handles running the :bundle-cmd, it's unnecessary to pass that option again to cljs compiler to re-run the command.

bhauman commented 2 years ago

Thanks for this. It's going to take some time for me to review this. I haven't had time to get to it yet.

jaimesangcap commented 2 years ago

Thanks for your time looking into it 👍

bhauman commented 2 years ago

@jaimesangcap Thanks for the PR!

bhauman commented 2 years ago

Just released figwheel-main 0.2.17 with these changes.