Files
emaui/node_modules/@module-federation/runtime-tools/dist/webpack-bundler-runtime.js
2026-05-29 15:23:46 +03:00

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