Allow packages in "includes" #945
Faithfinder
started this conversation in
Ideas
Replies: 1 comment
-
this solves it #1422 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to include stuff from component library using package name
Problem Statement/Justification
Reaching into a package like
'./node_modules/@acme-org/design-system/src/**/*.tsx'
is breaking encapsulation.Proposed Solution or API
I would prefer to specify
@acme-org/design-system/panda-source
.Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions