Hi @deflexor,
If you downgrade to com.bhauman/figwheel-main {:mvn/version "0.2.12"},
you can specify :hawk-options {:watcher :polling}
in your figwheel options.
This was removed in 0.2.14, sorry about that.
Alternatively you can also use shadow-cljs with polling:
:fs-watch {:watcher :polling} in your shadow-cljs.edn config.
You can also set this in ~/.shadow-cljs/config.edn for CI only