figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
2017-08-20T09:02:01.000036Z

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.

ingesol 2017-08-20T19:40:38.000018Z

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

ingesol 2017-08-20T19:41:11.000017Z

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