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
The issue is we blindly try and read all dependencies, even bare specifiers, which are typically node modules deps and should be left to the Node resolution algorithm and not walked with acorn.
That said, this may only be a patch, since I think in the context of #38 , will we have to support walking node modules? 🤔
The text was updated successfully, but these errors were encountered:
Type of Change
Summary
Testing in a side project, and a custom element like this
will cause an unhandled exception trying to use
fs.readFile
onnode-fetch
Details
The issue is we blindly try and read all dependencies, even bare specifiers, which are typically node modules deps and should be left to the Node resolution algorithm and not walked with acorn.
That said, this may only be a patch, since I think in the context of #38 , will we have to support walking node modules? 🤔
The text was updated successfully, but these errors were encountered: