Bruce Hauman
Bruce Hauman
@jdittrich have you tried the latest 0.2.14-SNAPSHOT?
This is possible but it greatly complicates validation as now validation is different for two different environments. So while convenient, this seems to fall into the not worth it area...
Good one! I'll fix that.
Hmmm did you add the dep in your local project, and did everything work. Because I'm now getting a missing cljs/vendor/bridge.clj file now. Are you getting that?
Wait, my question was sprawling, so you are missing the ` cljs/vendor/bridge.clj ` file now?
cool thanks!
So for now the simple solution right now is to add `clojure.data.json`, as a dependency and use a ClojureScript 1.11.54 when it is released momentarily. I will also release figwheel-main...
Why would you say that it is an obsolete reference?
You can add with-profiles dev to the :alias I think. Sent from ProtonMail Mobile On Fri, Jul 12, 2019 at 11:33 AM, Anton Mostovoy wrote: > I tried starting Remote...
One recommendation here would be that you can create a build script to do what you want it to do and hard code the file names and call that build...