Fork me on GitHub
#figwheel-main
<
2020-04-07
>
schaueho12:04:23

Is there any other documentation on production builds with figwheel-main outside of https://figwheel.org/tutorial.html#packaging-up-a-single-compiled-artifact-for-production?

👀 4
schaueho12:04:34

I followed this but now I see a lot of websocket related errors in the console, which lead me to believe that the ws part of figwheel is still part of the production compilation result

tumbleweed 4
victorb09:04:05

make sure you only include figwheel-main in your dev profile

victorb09:04:27

looks something like this for me

schaueho07:04:04

the only difference I see to my setup is rebel-readline-cljs, which was added by the lein template. I'll remove this and try again.

schaueho12:04:00

(x-post from #clojurescript, where I got the advice to ask here)