mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 22:30:56 +00:00
70 lines
2.8 KiB
JavaScript
70 lines
2.8 KiB
JavaScript
"use strict";
|
|
const __rslib_import_meta_url__ = /*#__PURE__*/ (function () {
|
|
return typeof document === 'undefined'
|
|
? new (require('url'.replace('', '')).URL)('file:' + __filename).href
|
|
: (document.currentScript && document.currentScript.src) ||
|
|
new URL('main.js', document.baseURI).href;
|
|
})();
|
|
;
|
|
// The require scope
|
|
var __webpack_require__ = {};
|
|
|
|
/************************************************************************/
|
|
// webpack/runtime/define_property_getters
|
|
(() => {
|
|
__webpack_require__.d = (exports, definition) => {
|
|
for(var key in definition) {
|
|
if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
}
|
|
}
|
|
};
|
|
})();
|
|
// webpack/runtime/has_own_property
|
|
(() => {
|
|
__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
})();
|
|
// webpack/runtime/make_namespace_object
|
|
(() => {
|
|
// define __esModule on exports
|
|
__webpack_require__.r = (exports) => {
|
|
if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
}
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
};
|
|
})();
|
|
/************************************************************************/
|
|
var __webpack_exports__ = {};
|
|
// ESM COMPAT FLAG
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
ModuleFederationPlugin: () => (/* reexport */ external_ModuleFederationPlugin_js_namespaceObject.ModuleFederationPlugin),
|
|
PLUGIN_NAME: () => (/* reexport */ external_ModuleFederationPlugin_js_namespaceObject.PLUGIN_NAME),
|
|
ContainerPlugin: () => (/* binding */ ContainerPlugin),
|
|
ContainerReferencePlugin: () => (/* binding */ ContainerReferencePlugin)
|
|
});
|
|
|
|
;// CONCATENATED MODULE: external "./ModuleFederationPlugin.js"
|
|
const external_ModuleFederationPlugin_js_namespaceObject = require("./ModuleFederationPlugin.js");
|
|
;// CONCATENATED MODULE: external "@rspack/core"
|
|
const core_namespaceObject = require("@rspack/core");
|
|
;// CONCATENATED MODULE: ./src/index.ts
|
|
|
|
|
|
const ContainerPlugin = core_namespaceObject.container.ContainerPlugin;
|
|
const ContainerReferencePlugin = core_namespaceObject.container.ContainerReferencePlugin;
|
|
|
|
exports.ContainerPlugin = __webpack_exports__.ContainerPlugin;
|
|
exports.ContainerReferencePlugin = __webpack_exports__.ContainerReferencePlugin;
|
|
exports.ModuleFederationPlugin = __webpack_exports__.ModuleFederationPlugin;
|
|
exports.PLUGIN_NAME = __webpack_exports__.PLUGIN_NAME;
|
|
for(var __webpack_i__ in __webpack_exports__) {
|
|
if(["ContainerPlugin","ContainerReferencePlugin","ModuleFederationPlugin","PLUGIN_NAME"].indexOf(__webpack_i__) === -1) {
|
|
exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
}
|
|
}
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|