module-federation-examples icon indicating copy to clipboard operation
module-federation-examples copied to clipboard

Implementation examples of module federation , by the creators of module federation

Results 243 module-federation-examples issues
Sort by recently updated
recently updated
newest added

``` externals:{ // work '@module-federation/runtime': 'GLobalLib.MFRuntime', '@module-federation/sdk': 'GLobalLib.MFSDK', // no work '@module-federation/webpack-bundler-runtime': 'GLobalLib.MFWPR', '@module-federation/webpack-bundler-runtime/constant': 'GLobalLib.MFWPR_CONSTANT' } ```

Hello, Is it possible to fetch the url parameters inside a MFE like this /kpi-widget/remoteEntry.js?type=pie&&kpi=1234 somehow I need to make sure that the app is able to fetch the url...

Please check the Examples project. I previously and recently pulled the examples and want to use nextjs-v13, but every time there is an error.

E:\github\module-federation-examples-master\vue-cli\consumer\src\App.vue 0:0 error Parsing error: require() of ES Module E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\eslint-scope\lib\definition.js from E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\babel-eslint\lib\require-from-eslint.js not supported. Instead change the require of definition.js in E:\github\module-federation-examples-master\vue-cli\consumer\node_modules\babel-eslint\lib\require-from-eslint.js to a dynamic import() which is available in...

For those looking for HMR and Fast Refresh support: https://github.com/module-federation/universe/discussions/2210

resolved