Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
21.3.11
6337e542 fix(module-federation): re-add support for mf aliases (#31347) ## Current Behavior At some point in time, we had support for Module Federation aliases, and I noticed some of our examples broke in the latest versions of Nx.  This is an attempt to regain that support with some normalization of Module Federation project names. ## Expected Behavior We need to have the mapping back of aliases in the format: ```typescript const mfConfig = { // ... "@nx-mf/remote": "_nx_mf_remote@http://localhost:3001", // ... } ``` ## Related Issue(s) https://github.com/nrwl/nx/issues/31346 Fixes # Add a function specific to parse Federated names into resolvable JavaScript vars. Use this function in every place a `str.replace(/-/, '_')` is being used. --------- Co-authored-by: Colum Ferry <cferry09@gmail.com>
6 days ago
by jaysoo
Previous Page
Prev
Next
Next Page