Hello,
I have a question about @ory/client. We want to implement this in our application setup which is based on
open-wc.org. This uses Rollup for bundling.
This only gives the error "Uncaught ReferenceError: exports is not defined" for the imports from @ory/client.
When I try the same in a webpack setup it works fine. Why is this and is there a way to make it work with Rollup?