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.
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
When I delete my target folder, problem goes away for a while.