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
// first sol: node: {fs: empty} complaines about the undefined "exists" in "binding.js"
// second sol: target: {'async-node'} complaines about the exports is not defined, which sounds like npm require ecosystem isnt used according to the docs.
// thus the first sol seems to be more of working than the second
// cheap-module-eval-source is important for figuring out the source of error, follow https://www.youtube.com/watch?v=7b-1qWvQdqY
// first sol (not sure about the second sol) also keeps the browser broken with the fs dependency missing error
// Does the second solution allow running the browser edition?