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
In addition to this support, I also found cases where I would specifically need to check for a "barrel" / index.js file at a directory for bare imports like this?
thescientist13
changed the title
dependencies that reference more than one directory level do not resolve correctly
dependencies that reference more than one directory level of traversal (../) in their ESM specifiers do not resolve correctly
Dec 20, 2021
Type of Change
Summary
As part of working on a project, came across a Stencil generated WC that had references to a dependency that did an
export
of sibling files like soThis tracks as we only check for
./
in our code 🤫Details
In addition to this support, I also found cases where I would specifically need to check for a "barrel" / index.js file at a directory for bare imports like this?
The text was updated successfully, but these errors were encountered: