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
I'm producing a bundle using pure-cjs, a bundle packager similar to browserify, and I discover this issue.
I solved my problem by manually requiring querystring in my own package.json, but I think it would be best to directly declare your dependency as you do with punycode
The text was updated successfully, but these errors were encountered:
I'm producing a bundle using pure-cjs, a bundle packager similar to browserify, and I discover this issue.
I solved my problem by manually requiring querystring in my own package.json, but I think it would be best to directly declare your dependency as you do with
punycode
The text was updated successfully, but these errors were encountered: