Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@manfredsteyer manfredsteyer released this 17 Jun 19:43
· 20 commits to main since this release

Standalone Components

Now, all Generators provide a --standalone switch for supporting Standalone Components.

Don't mix Standalone Components and traditional ones in the same domain.

Workspace Libraries

We align with the current recommendations for Nx by generating workspace libraries (not buildable and not publishable) by default. In most cases, this leads to the best build time when combined with Module Federation.

If you need publishable or buildable libraries, use --type publishable or --type buildable

Full Readme

See the full readme here