UNPKG

@nx/module-federation

Version:

The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.

8 lines (7 loc) 286 B
export * from './build-static-remotes'; export * from './get-dynamic-manifest-file'; export * from './get-remotes'; export * from './get-static-remotes'; export * from './parse-remotes-config'; export * from './start-remote-proxies'; export * from './start-static-remotes-file-server';