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
I have searched for existing issues that already report this problem, without success.
Stencil Version
4.23.0
Current Behavior
We are using @stencil/core version ^4.23.0 in our project, and we are experiencing an issue where the CSS section is not being generated in the automatic documentation of our components.
When we create a separate Stencil project, the CSS section is correctly generated. However, when we move the project inside an NX workspace, the CSS section is missing from the generated documentation.
Expected Behavior
The CSS section should be included in the generated documentation, even when the project is inside an NX workspace.
Any insights on how to resolve this issue or workarounds would be greatly appreciated. Has anyone experienced similar behavior when using Stencil inside NX?
The text was updated successfully, but these errors were encountered:
Prerequisites
Stencil Version
4.23.0
Current Behavior
We are using
@stencil/core
version^4.23.0
in our project, and we are experiencing an issue where the CSS section is not being generated in the automatic documentation of our components.When we create a separate Stencil project, the CSS section is correctly generated. However, when we move the project inside an NX workspace, the CSS section is missing from the generated documentation.
Expected Behavior
The CSS section should be included in the generated documentation, even when the project is inside an NX workspace.
System Info
Steps to Reproduce
Create a standalone Stencil project.
Add a CSS property documentation comment as shown below:
Configure
stencil.config.ts
with:Generate the documentation and verify that the CSS section is present.
Move the project inside an NX workspace.
Generate the documentation again and check if the CSS section appears.
Code Reproduction URL
https://gitlab.com/govbr-ds/bibliotecas/wbc/govbr-ds-wbc/
Additional Information
Any insights on how to resolve this issue or workarounds would be greatly appreciated. Has anyone experienced similar behavior when using Stencil inside NX?
The text was updated successfully, but these errors were encountered: