mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
8 lines
338 B
JavaScript
8 lines
338 B
JavaScript
import webpackBundlerRuntime from "@module-federation/webpack-bundler-runtime";
|
|
|
|
//#region src/webpack-bundler-runtime.ts
|
|
const normalizedWebpackBundlerRuntime = webpackBundlerRuntime.default ?? webpackBundlerRuntime;
|
|
|
|
//#endregion
|
|
export { normalizedWebpackBundlerRuntime as default };
|
|
//# sourceMappingURL=webpack-bundler-runtime.js.map
|