Skip to content
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

Export setupTailwindGenerator from @nrwl/react #14028

Closed
1 task done
beaussan opened this issue Dec 27, 2022 · 1 comment · Fixed by #14029
Closed
1 task done

Export setupTailwindGenerator from @nrwl/react #14028

beaussan opened this issue Dec 27, 2022 · 1 comment · Fixed by #14029

Comments

@beaussan
Copy link
Contributor

Description

While trying to compose multiple nx generators in a custom one, I wanted to use the already existing setup tailwind generator found in @nrwl/react. However, the generator is not exposed in the index.ts.

Motivation

To allow to extend the generator easily in other generators, exporting it would help with such use case. Plus all of the other generators are exposed in the index.ts file

Suggested Implementation

Exporting the generator in the index file

Alternate Implementations

Re implementing it in my nx workspace, but then I don't have all of the future updates that may occur to this generator

@github-actions
Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant