Skip to content

Commit

Permalink
chore: remove old tsignores
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Oct 31, 2024
1 parent 11c4aba commit 88e139b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .changeset/ai-sleepy-fox.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
---

Use shareable runtime from federation global over custom global top levels
```
2 changes: 2 additions & 0 deletions packages/enhanced/src/lib/container/ContainerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ class ContainerPlugin {
const hasSingleRuntimeChunk =
compilation.options?.optimization?.runtimeChunk;
const hooks = FederationModulesPlugin.getCompilationHooks(compilation);
const federationRuntimeDependency =
federationRuntimePluginInstance.getDependency(compiler);
const dep = new ContainerEntryDependency(
name,
//@ts-ignore
Expand Down

0 comments on commit 88e139b

Please sign in to comment.