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
./src/client.ts → bundle.js...
[!] Error: 'parse' is not exported by node_modules/querystring/index.js
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
node_modules/rollup-plugin-node-builtins/src/es6/url.js (25:8)
however, opening querystring/index.js clearly shows:
probem
however, opening
querystring/index.js
clearly shows:as you can see,
parse
is exposed. perhaps the module eval method needs some 👀 ?The text was updated successfully, but these errors were encountered: