UNPKG

@appshell/manifest-webpack-plugin

Version:

Webpack plugin used to generate a global Appshell configuration for micro-frontends built with Module Federation

7 lines 308 B
import { AppshellGlobalConfig } from './types'; type GenerateGlobalConfigOptions = { insecure: boolean; }; declare const _default: (registries: string[], options?: GenerateGlobalConfigOptions) => Promise<AppshellGlobalConfig>; export default _default; //# sourceMappingURL=generate.global-config.d.ts.map