This CLI verifies that light bundles of given MFEs (microfrontends) will be loaded given host applications by analyzing package.json dependencies.
npm install @servicetitan/startup-mfe-compatThis CLI verifies that light bundles of given MFEs (microfrontends) will be loaded given host applications by analyzing package.json dependencies.
``
Usage
$ npx @servicetitan/startup-mfe-compat check [options]
Options
--hostPackageJson host application package.json path (required)
--packageJson MFE package.json path (required)
Output
Success: process exits with status 0
Failure: process exits with status 1, error messages are logged
Examples
$ npx @servicetitan/startup-mfe-compat check --hostPackageJson=
$ npx @servicetitan/startup-mfe-compat check --hostPackageJson=
``