You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(!) Missing shims for Node.js built-ins
Creating a browser bundle that depends on "path", "url", "stream", "http", "punycode", "https" and "zlib". You might need to include https://github.com/snowpackjs/rollup-plugin-polyfill-node
I am also using import nodePolyfills from "rollup-plugin-polyfill-node"; So I really just expect things to work :(
Rollup Version
v2.70.2
Operating System (or Browser)
Firefox
Node Version (if applicable)
v16.13.2
Link To Reproduction
https://github.com/FelixBenning/bibcite/tree/98a811bfb19f435eb1e88c9d517fa4c8725935fe
Expected Behaviour
The warning should be helpful/no warning and things just work
Actual Behaviour
The repository https://github.com/snowpackjs/rollup-plugin-polyfill-node does not exist anymore and I get the following error message pointing to it
I am also using
import nodePolyfills from "rollup-plugin-polyfill-node";So I really just expect things to work :(