Fork me on GitHub
#figwheel
<
2017-08-20
>
symfrog09:08:01

Does figwheel 0.5.13 support the :closure-defines compiler option with modules? When I attempt to use :closure-defines with :modules I get a figwheel configuration error :closure-defines requires a :main when :optimizations is :none. Specifying :main when using :modules is not supported by the cljs compiler.

ingesol19:08:38

I'm having issues when using figwheel alongside cursive in intellij. Every once in a while, my target folder is filled with cljs files, causing my browser to stop responding to my code changes. Anyone else getting this? I'm hesitating reporting this as I don't really know how to exactly reproduce

ingesol19:08:11

When I delete my target folder, problem goes away for a while.