angular-architects / module-federation-plugin

MIT License
683 stars 184 forks source link

chore: Use Nx to publish libraries locally/npm and align scripts #497

Closed jogelin closed 1 month ago

jogelin commented 2 months ago

First PR to get familiar with the repository ;)

Current Behaviour

I discovered multiple ways to publish the application:

An npm script but just for mf:

image

Some Batch files to work with Verdaccio:

image

Expected

Using Nx for all tasks to simplify local development.

Implementations