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 d8b0850
Showing 1 changed file with 2 additions and 0 deletions.
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 d8b0850

Please sign in to comment.