-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stencil: Creating a buildable library throws an exception #1065
Comments
Same here. And with Crystal Project for NX around the corner, I wonder if it'd be better to sit and wait for a v18+ release (any known plans at this subject for this extension?). Unless there is a workaround to this issue ? |
We're also experiencing this issue. It's not possible to make the lib buildable.
|
i am also facing same issues
|
Same issue here. Is there any workaround? |
I had forked it and given a fix
Not sure if it's been accepted.
…On Sun, 25 Feb, 2024, 10:26 pm Yann Isabel, ***@***.***> wrote:
Same issue here. Is there any workaround?
—
Reply to this email directly, view it on GitHub
<#1065 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHJ22OBYIYKBQRJKCIVJ7DLYVNUL5AVCNFSM6AAAAABCKO2ON2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE4TQOJRHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi. I did a dug a little further. The buildable command breaks at the point it wants to add the buildable configuration options to the Seems that the nx-extensions/packages/stencil/src/stencil-core-utils/lib/plugins.ts Lines 16 to 17 in c3f7394
It however does work when replacing I've opened the following PR, where I try to re-enable updating the outputTargets rather than ignoring nodes not being found. |
I continue to have the same issue even after V18 |
@Jhonnathan-Medina @mrtnvh @yannisabel @santhoshdasari786 @Samg983 @jprivard @lehmamic could you check out the recent version of it? |
Describe the bug
Cannot create a buildable and publishable stencil library.
To Reproduce
npx create-nx-workspace@latest stencil-test
npm install -D @nx/node @nx/storybook @nxext/stencil
nx g @nxext/stencil:lib web-components --publishable --buildable --importPath=@my-lib/components --verbose
This will throw an exception:
Expected behavior
The stencil library will be added to the nx workspace
Additional context
Hi have following package versions in place:
The text was updated successfully, but these errors were encountered: