Hi, thank you @thheller for building this amazing tool. I’ve been trying to create a demo showing an integration of it into a hypothetical existing Serveless NodeJS project. I managed to call CLJS from JS (using :npm-module
) target, but I can’t call local JS files from CLJS files. I receive ReferenceError: shadow$provide is not defined
at the place I try to https://github.com/rynkowsg/serverless-demo/blob/master/calc-nodejs-shadowcljs/src/main/calc.cljs#L5.
The URL to the repo is here: https://github.com/rynkowsg/serverless-demo/tree/master/calc-nodejs-shadowcljs
Any help, hint very much appreciated.
please open a github issue. I'll take a look soon.
I have created the issue here: https://github.com/thheller/shadow-cljs/issues/832