Hi all,

I'm having trouble getting the latest versions of Figwheel-main (0.2.5) and 
ClojureScript (1.10.758) to (fully) work together. 

I've been able to rework the CLJS Webpack guide 
<https://clojurescript.org/guides/webpack> enough to get Figwheel compiling 
the app and serving it via a custom index.html page. The Figwheel-main 
changelog states that this is required in order to use the bundle feature.

Unfortunately, I think I'm bypassing some of Figwheel's default REPL 
configuration. The Figwheel scripts all get loaded as part of my compiled 
Webpack bundle but the REPL script never connects to the Clojure REPL. 
There are some differences in the REPL script's log output between my 
project and the Figwheel-main Vim-Fireplace tutorial 
<https://github.com/bhauman/figwheel-main/blob/master/docs/docs/vim.md#starting-the-repls>.
 
This certainly seems to be an indication that I'm doing something wrong, 
but I'm not sure where to begin addressing the issue.

My project:
[goog.net.WebSocket] Opening the WebSocket on 
ws://localhost:9500/figwheel-connect?fwsid=c0e05c8b-f386-45f1-a706-874d1f3e3fe7 
<empty string>

The Figwheel tutorial:
[goog.net.WebSocket] Opening the WebSocket on ws:
//localhost:9500/figwheel-connect?fwprocess=0f3498&fwbuild=dev&fwsid=e25756c1-5784-46f5-8e82-739fed9d18dd&fwsname=Yan

Does any of  the above speak to anyone who knows these tools better than 
me? I do have some experience with both Figwheel and ClojureScript, but 
it's been a *long* time.

Thanks!

Pete

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojurescript/0bb75d1b-62b6-4f1c-ba6b-3b4b61aeacbd%40googlegroups.com.

Reply via email to