{"version":3,"file":"ContainerReferencePlugin.cjs","names":[],"sources":["../../../src/types/plugins/ContainerReferencePlugin.ts"],"sourcesContent":["/*\n * This file was automatically generated.\n * DO NOT MODIFY BY HAND.\n * Run `pnpm generate:schema -w` to update.\n */\n\nimport type { ExternalsType, Remotes } from './ModuleFederationPlugin';\n\nexport interface ContainerReferencePluginOptions {\n  /**\n   * Enable/disable asynchronous loading of runtime modules. When enabled, entry points will be wrapped in asynchronous chunks.\n   */\n  async?: boolean;\n  /**\n   * The external type of the remote containers.\n   */\n  remoteType: ExternalsType;\n  remotes: Remotes;\n  /**\n   * The name of the share scope shared with all remotes (defaults to 'default').\n   */\n  shareScope?: string | string[];\n}\n"],"mappings":""}