Dabiel González Ramos
Dabiel González Ramos
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
**Describe the bug** Does it seem that somehow we are forced to have @angular dependencies when having nothing related to it 🤔 **To Reproduce** 1. Set up an Nx monorepo...
**Describe the bug** The `nx g @nxext/stencil:lib components` commands fails if `@nrwl/storybook` is not installed 😕  **To Reproduce** - Create a Nx workspace -...
The `removeComments` parameter will remove all the HTML comments (if set to `true`) or only the want matching a regular expression provided. Eg: ```js export const parameters = { html:...
The missing `,` make that `yarn install` breaks
**Describe the bug** Adding `@nxext/stencil` into a newly created Nx workspace with the latest version (v18) leads to an unresolved dependency tree error. **To Reproduce** 1. Create a new Nx...
**Describe the bug** Enabling the `prerender` option in the target build makes the `@nxext/stencil:build` fail.  **To Reproduce** 1. Create an Nx workspace: `npx create-nx-workspace@latest myorg --preset=ts` 2. Make sure...
**Describe the bug** When adding the `@nxext/stencil` to a project, if the `@nrwl/storybook` is not installed we're unable to use nxext/stencil generators:  **To Reproduce**...
Hello there 👋🏼 I have a monorepo configured with Nx configured with the following dependencies: ```json { ... "@jscutlery/semver": "2.30.1", "@nrwl/angular": "14.8.8", "@nrwl/cli": "14.8.8", "@nrwl/devkit": "14.8.8", "@nrwl/eslint-plugin-nx": "14.8.8", "@nrwl/jest": "14.8.8",...
**Question** We use lit-HTML on our storybook stories, unfortunately whenever the storybook gets compiled, lit will add a tag comment with an identifier on the SB stories. Is there a...