figwheel-main

2022-01-31T16:43:52.869699Z

I am running into "Can't resolve '.\\resources\\public\\cljs-out\\dev\\main.js' ... Did you mean './.\\resources..." I can see the main.js right there.

2022-01-31T22:07:45.133369Z

The next layer to be peeled in my "onion of ignorance and learning" is why my main.js is complaining "import not found: npmDeps" when trying to import from ./npm_deps.js. I did make sure the link to main.js is type="module"

2022-02-01T21:21:26.198549Z

Looks like this is answered mostly by "Do not clojurescript on Windows. Maybe don't javascript, either." (sigh)