Skip to content

Commit

Permalink
test: remove unused fec react-router-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Sep 30, 2024
1 parent dffe0ab commit 9c9d272
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions fec.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,7 @@ module.exports = {
return undefined;
})(),
moduleFederation: {
exclude: ['react-router-dom'],
shared: [
{
'react-router-dom': {
singleton: true,
import: false,
version: '^6.3.0'
}
}
]
exclude: [],
shared: []
}
};

0 comments on commit 9c9d272

Please sign in to comment.