You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is hard to change like ':figwheel {:on-jsload "..."}', the only option is to override all the figwheel config.
when people needs multi builds (e.g. js per page, serverside rendering specific js) for development would be really hard to change the config.
Currently, I could only hard code all the configs under :duct.server/figwheel and :duct.compiler/cljs. It is not ideal, since the path and main would be hard-coded.
Would it be any better way to do it? like the boot-reload, .cljs.edn?
The text was updated successfully, but these errors were encountered:
Currently, the the figwheel configuration will be generated by
figwheel-config
which is hard to change like ':figwheel {:on-jsload "..."}', the only option is to override all the figwheel config.
when people needs multi builds (e.g. js per page, serverside rendering specific js) for development would be really hard to change the config.
Currently, I could only hard code all the configs under
:duct.server/figwheel
and:duct.compiler/cljs
. It is not ideal, since thepath
andmain
would be hard-coded.Would it be any better way to do it? like the
boot-reload
,.cljs.edn
?The text was updated successfully, but these errors were encountered: