Open SevereOverfl0w opened 2 years ago
It would be handy to have a build-once scripting API. cljs.build is no longer the best way, as figwheel changes the configs before doing a build. This would make figwheel fit neatly alongside tools.build.
Workaround:
(fig/start {:validate-config false ::fig.main/build-once true} build-name)
It would be handy to have a build-once scripting API. cljs.build is no longer the best way, as figwheel changes the configs before doing a build. This would make figwheel fit neatly alongside tools.build.