UNPKG

@appshell/manifest-webpack-plugin

Version:

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

6 lines 228 B
/** * @appshell/manifest-webpack-plugin package API */ export type { AppshellManifest } from '@appshell/config'; export { default as AppshellManifestPlugin } from './AppshellManifestPlugin'; //# sourceMappingURL=index.d.ts.map