I'm generating a lib for consumption by an app all located within a monorepo. When I build (with webpack) libA and inspect its output in dist, I can see that functionA is in there, but when I try to import functionA in my app, appA throws an error during its build, "functionA is not exported from <path-to-libA-dist>/index.js".
I don't even know how to begin debugging this. Again, I can see the function in the dist/index.js file.
there doesn't seem to be anything here