Skip to content

Commit 6360a21

Browse files
authored
fix: changed shareStrategy property to optional in ModuleFederationOptions (#130)
1 parent be4b092 commit 6360a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/normalizeModuleFederationOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export type ModuleFederationOptions = {
250250
manifest?: ManifestOptions | boolean;
251251
dev?: boolean | PluginDevOptions;
252252
dts?: boolean | PluginDtsOptions;
253-
shareStrategy: ShareStrategy;
253+
shareStrategy?: ShareStrategy;
254254
};
255255

256256
export interface NormalizedModuleFederationOptions {

0 commit comments

Comments
 (0)