Skip to content

Commit

Permalink
module federation
Browse files Browse the repository at this point in the history
  • Loading branch information
DileSoft committed Dec 15, 2024
1 parent 6c9dc44 commit 31dabe2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ export const ContextWrapper = ({ children, socket }: { socket: AdminConnection;
remotes: [
{
name: obj.common.javascriptRules!.name,
entry: url
entry: url,
type: 'module'
}
],
// force: true // may be needed to sideload remotes after the fact.
Expand Down

0 comments on commit 31dabe2

Please sign in to comment.