figwheel-main

figwheel-main http://figwheel.org
2020-04-07T12:37:23.001300Z

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?

👀 1
2020-04-07T12:37:34.001500Z

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

1
victorb 2020-04-11T09:23:05.015900Z

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

victorb 2020-04-11T09:23:27.016100Z

looks something like this for me

2020-04-16T07:37:04.035900Z

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.

2020-04-07T12:38:00.002Z

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