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
As observed as part of integrating Material Web Components in ProjectEvergreen/greenwood-getting-started#42, that Greenwood was not able to resolve one if the dependencies completely
Details
Looking deeper, it looks like this is a case where the @material/base packages' entry point does an export * of other files in the package but we're not handling them if they are relative (e.g. path starts with a ./)
thescientist13
changed the title
exports of entry points without extensions are not getting added to the import map
exports of entry points with relative paths are not getting added to the import map
Oct 17, 2021
Type of Change
Summary
As observed as part of integrating Material Web Components in ProjectEvergreen/greenwood-getting-started#42, that Greenwood was not able to resolve one if the dependencies completely
Details
Looking deeper, it looks like this is a case where the @material/base packages' entry point does an
export *
of other files in the package but we're not handling them if they are relative (e.g. path starts with a./
)We should be surfacing these as entries into the import map.
The text was updated successfully, but these errors were encountered: