github angular-architects/module-federation-plugin 12.5.0

latest releases: 19, 18.2.6, 18...
3 years ago

Nx Support

ng add now uses Nx builders for Nx workspaces. To detect if an Nx workspace is used, the schematics basically look out for an nx.json. You can also control this behavior by hand using the --nx-builders switch now supported by ng add (e. g. --nx-builders false).

Testing

The ng add schematic is not changing the test config in your angular.json anymore to prevent issues with eager bundles and webpack module federation.

Consequences:

  • Remotes: No issue
  • Hosts: Should be tested with E2E tests

Don't miss a new module-federation-plugin release

NewReleases is sending notifications on new releases.