@appshell/manifest-webpack-plugin
Version:
Webpack plugin used to generate a global Appshell configuration for micro-frontends built with Module Federation
10 lines • 379 B
TypeScript
import { AppshellGlobalConfig } from './types';
type GenerateGlobalConfigOptions = {
insecure: boolean;
apiKey?: string;
apiKeyHeader?: string;
proxyUrl?: string;
};
declare const _default: (registries: string[], options?: GenerateGlobalConfigOptions) => Promise<AppshellGlobalConfig>;
export default _default;
//# sourceMappingURL=generate.global-config.d.ts.map