@openshift-console/dynamic-plugin-sdk-webpack
Version:
Provides webpack ConsoleRemotePlugin used to build all dynamic plugin assets.
9 lines (8 loc) • 444 B
TypeScript
/**
* @file Entrypoint for the `@openshift-console/dynamic-plugin-sdk-webpack` package published to npmjs.
*
* Provides webpack plugin `ConsoleRemotePlugin` used to build all Console dynamic plugin assets.
*/
export { EncodedExtension } from '@openshift/dynamic-plugin-sdk-webpack';
export { ConsoleRemotePlugin, ConsoleRemotePluginOptions } from './webpack/ConsoleRemotePlugin';
export { ConsolePluginBuildMetadata } from './build-types';