UNPKG

@appshell/manifest-webpack-plugin

Version:

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

8 lines 402 B
/** * Generates an appshell manifest * @param templatePath path of the appshell manifest template to compile into an appshell manifest * @returns an appshell manifest */ declare const _default: <TMetadata extends Record<string, unknown>>(templatePath: string) => Promise<import("./types").AppshellManifest<TMetadata> | null>; export default _default; //# sourceMappingURL=generate.manifest.d.ts.map