bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

File not found "vendor/bridge.clj" for cljs 1.11.51 when starting REPL #330

Open bhauman opened 2 years ago

bhauman commented 2 years ago

Clojurescript 1.11.51 had a classpath file loading issue that is being remedied in 1.11.54

bhauman commented 2 years ago

Also keep in mind that you will need to add a [clojure.data.json] dep when working with figwheel 0.2.17 and earlier. I'm going to release a 0.2.18 with that dependency included

bhauman commented 2 years ago

Also see https://github.com/bhauman/figwheel-main/issues/329