-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run latest build in production #72
Comments
Hey @slauzinho,
|
I'm able to build but when I try to serve it I get the error:
Just to add, if I use Vite (which uses rollup) I get the same issue where running in dev works but building for prod fails. Im able to repro in Svelte and Vue |
I created a repro project for Vite + Vue 3: Application runs fine if you do |
I'm checking this. Thank you for your support. I will back to you. |
I'm trying to build the Svelt example in production but I get the following error:
Error: 'isNode' is not exported by node_modules/@walletconnect/environment/dist/cjs/index.js, imported by node_modules/@walletconnect/jsonrpc-utils/dist/esm/env.js
This is my rollup.config.js:
The text was updated successfully, but these errors were encountered: