Replies: 2 comments 3 replies
-
I'm wondering the same, is there no solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did anyone solve this? Im stuck in the same place 2023... |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have a structure, for our Nx Workspace like this:
I want to access the
styles
lib fromcomponent-a
, a non-buildable feature component. Because the feature component is non-buildable, it does not get a package.json file and therefore I am unable to add anassets
element to this.Is the only way to reference create a root style file and then import the styles like this:
This kind of pathing seems quite ugly. Also, I cannot add a style path, again, due to the lack of
package.json
file.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions