mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 10:52:54 +00:00
9 lines
259 B
JavaScript
9 lines
259 B
JavaScript
|
|
//#region src/createModuleFederationConfig.ts
|
|
const createModuleFederationConfig = (options) => {
|
|
return options;
|
|
};
|
|
|
|
//#endregion
|
|
exports.createModuleFederationConfig = createModuleFederationConfig;
|
|
//# sourceMappingURL=createModuleFederationConfig.cjs.map
|