figwheel-main 2020-09-15

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

Are you using webpack? Which compiler options?

@mitchell_clojure Here are my options:

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