Skip to content

Commit

Permalink
Revert "feat: expose _options ModuleFederationPluginV2.ts" (#798)
Browse files Browse the repository at this point in the history
This reverts commit 0aee0a9.
  • Loading branch information
jbroma authored Nov 19, 2024
1 parent 0aee0a9 commit 0fb3075
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-readers-sleep.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/repack/src/plugins/ModuleFederationPluginV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,8 @@ export interface ModuleFederationPluginV2Config
export class ModuleFederationPluginV2 implements RspackPluginInstance {
private config: MF.ModuleFederationPluginOptions;
private deepImports: boolean;
public _options!: ModuleFederationPluginV2Config;

constructor(pluginConfig: ModuleFederationPluginV2Config) {
this._options = pluginConfig;
const { reactNativeDeepImports, ...config } = pluginConfig;
this.config = config;
this.deepImports = reactNativeDeepImports ?? true;
Expand Down

0 comments on commit 0fb3075

Please sign in to comment.