shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
thheller 2021-07-06T07:06:00.477600Z

impossible to say without seeing the code and config. pretty much the only problems I ever had with module loading is with cache issues. eg. when you have an old shared.js but try to load newer admin.js or so but the hashes prevent that from happening usually. could be something like a service worker going crazy too though