Fork me on GitHub
#leiningen
<
2018-02-21
>
kurt-o-sys11:02:22

I have a lein project (cljs), which uses a few dependencies that use instaparse. I had it working, but I did a lein clean, and now, instaparse is not found anymore. From the browser console: Uncaught ReferenceError: instaparse is not defined

kurt-o-sys11:02:47

Why is instaparse suddenly not found anymore (at runtime)?