ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
11 stars 8 forks source link

Uds 1485 Fix package exports in UDS #1172

Closed scott-williams-az closed 11 months ago

scott-williams-az commented 12 months ago

Description

When the "exports" field is defined, only subpaths of the package listed in the exports are available.

Adding pattern "./*": "./*" allows all files provided in the package can be imported

Links

Checklist

jacob-stovall commented 11 months ago

Was just about to look for this. Thanks for making this change. Trying to update a UI and I can't import without mucking about with node_modules.