figwheel-main

figwheel-main http://figwheel.org
Karol Wójcik 2020-09-15T16:12:41.021200Z

For some reason the second compilation for figwheel-main hangs. Any ideas why?

Mitch 2020-09-15T22:41:15.021500Z

Are you using webpack? Which compiler options?

Karol Wójcik 2020-09-16T08:59:15.021800Z

@mitchell_clojure Here are my options:

{:infer-externs true,
 :closure-defines {config.core/NODEJS? false, goog.DEBUG true},
 :main core.browser}