UNPKG

@module-federation/enhanced

Version:

This package provides enhanced features for module federation.

15 lines (13 loc) 660 B
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } }); const require_runtime = require('../_virtual/_rolldown/runtime.js'); const require_wrapper_BaseWrapperPlugin = require('./BaseWrapperPlugin.js'); //#region src/wrapper/ContainerReferencePlugin.ts const PLUGIN_NAME = "ContainerReferencePlugin"; var ContainerReferencePlugin = class extends require_wrapper_BaseWrapperPlugin.default { constructor(options) { super(options, PLUGIN_NAME, "../lib/container/ContainerReferencePlugin"); } }; //#endregion exports.default = ContainerReferencePlugin; //# sourceMappingURL=ContainerReferencePlugin.js.map