We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently I use translucent in browser environment via a messy polyfill. See below:
resolve: { alias: { 'node-fetch': 'node-fetch-polyfill', 'sha256': 'tiny-sha256', '@sinclair/typebox': '@sinclair/typebox', '@dcspark/cardano-multiplatform-lib-nodejs': '@dcspark/cardano-multiplatform-lib-browser', 'uplc-node': 'translucent/uplc/pkg-web', '@emurgo/cardano-message-signing-nodejs': '@emurgo/cardano-message-signing-browser', } }, optimizeDeps: { exclude: ['translucent', 'typebox'], ... },
We should improve this to make browser integration simpler but I'm not enough of a package managing whiz to know how exactly.
The text was updated successfully, but these errors were encountered:
I tried using this polyfill with Vite but when I run the dev server I get a ton of "Could not read from file" errors
Sorry, something went wrong.
No branches or pull requests
Currently I use translucent in browser environment via a messy polyfill. See below:
We should improve this to make browser integration simpler but I'm not enough of a package managing whiz to know how exactly.
The text was updated successfully, but these errors were encountered: