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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: