Does anyone have an example of using code splitting with figwheel?
Figwheel is telling me it successfully compiled my build but I'm not seeing a .js
file being produced.
Hmm.
-- Docs for key :modules --
Modules are only supported with `:simple` and `:advanced` optimizations.
however
A Figwheel build must have :compiler > :optimizations default to nil or set to :none.
:thinking_face:
This issue was me my version of :cljs: not being high enough. ☝️:skin-tone-2:
Now I'm having a different issue: The :websocket-url
seems like it's ignored?
I can't find a combination of :websocket-url
and :websocket-host
that will override using localhost
as the host.
The documentation claims that the former overrides the latter, but I figured I'd try both just in case.
Perhaps :websocket-url
and :websocket-host
aren't supported for code splitting builds?
Perhaps important note: I'm calling figwheel-sidecar.repl-api/start-figwheel!
directly.