UNPKG

@appshell/manifest-webpack-plugin

Version:

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

7 lines 304 B
import { AppshellConfig, ConfigMap } from './types'; declare const _default: { apply: <T extends object>(obj: T, configMap: ConfigMap) => T; create: (config: AppshellConfig<import("./types").Metadata>) => Record<string, string>; }; export default _default; //# sourceMappingURL=configmap.d.ts.map