Skip to content

Commit eeb958b

Browse files
committed
chore(config): deprecate config option for interceptChromeConfig
1 parent 1dcae11 commit eeb958b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/config/src/lib/fec.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export interface FECConfiguration
88
appName: never;
99
appUrl: string | string[] | (string | RegExp)[];
1010
plugins?: WebpackPluginDefinition[];
11+
/** @deprecated dynamic FEO config is automatically intercepted locally as of @redhat-cloud-services/frontend-components-config >= 6.5.4 and @redhat-cloud-services/frontend-components-config-utilities >= 4.3.1 */
1112
interceptChromeConfig?: boolean;
1213
moduleFederation: Omit<FederatedModulesConfig, 'root' | 'separateRuntime'>;
1314
debug?: boolean;

0 commit comments

Comments
 (0)