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
Hi,
I have a small project that use node polyfills, I have described the error here: blocknative/web3-onboard#1204
and after adding the node-polyfills, I still get the following warning:
(!) Missing shims for Node.js built-ins Creating a browser bundle that depends on "url", "util", "events", "buffer", "assert", "path", "os", "stream", "https", "http" and "zlib". You might need to include https://github.com/FredKSchott/rollup-plugin-polyfill-node http://localhost:8189 -> /home/rizary/ischain/halalaNFT/frontend/apps/devhtml LiveReload enabled (!) `this` has been rewritten to `undefined` (!) Missing global variable names Use output.globals to specify browser global variable names corresponding to external modules url (guessing 'require$$0$5') util (guessing 'require$$0$6') crypto (guessing 'require$$0$7') events (guessing 'require$$0$a') buffer (guessing 'require$$2$6') assert (guessing 'require$$0$b') fs (guessing 'require$$0$8') path (guessing 'require$$1$4') os (guessing 'require$$2$7') stream (guessing 'require$$0$9') string_decoder/ (guessing 'require$$10$3') https (guessing 'require$$1$5') http (guessing 'require$$2$8') net (guessing 'require$$3$4') tls (guessing 'require$$4$3') zlib (guessing 'require$$0$c')
and in the browser, I got :
index.js:661 Uncaught ReferenceError: require$$0$5 is not defined at index.js:661:23
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have a small project that use node polyfills, I have described the error here: blocknative/web3-onboard#1204
and after adding the node-polyfills, I still get the following warning:
and in the browser, I got :
The text was updated successfully, but these errors were encountered: