Skip to main content

All Questions

0 votes
1 answer
123 views

Css variables of Primevue styles are not defined in module federation layout app

I try to use feature of customization of the primevue theme and change the prefix for css variables of Primevue style. After checking the changes in layout MF app I unfortunately see that all this ...
Андрей Дьячков's user avatar
1 vote
0 answers
74 views

Use Vite as remote app in Webpack 5 dynamic remotes container

I'm trying to migrate my remote app from Webpack 5 to Vite.js and I am stuck at loading dynamically remotes by the host that works with Webpack 5. The remote app exposes an entry point file with Vite ...
Mahdi Hasani's user avatar
3 votes
2 answers
446 views

React app in Vue using webpack5 Module federation

I've created simple react App HelloComponent and try to insert into Vue application but i'm unsuccessful // React webpack config const { ModuleFederationPlugin } = require('webpack').container; const {...
Magento 2's user avatar
  • 123
0 votes
0 answers
25 views

Issue with vue-test-utils and module federation

I am facing below error when I run my Test case file in vue-test-utils ypeError: Cannot read properties of undefined (reading 'call') at __webpack_require__ (/Users/nipun/Desktop/core-system-web-app/...
Nipun Jain's user avatar
0 votes
0 answers
85 views

Is it possible to consume a Vue.js app as a microfronted in a React.js app?

I have a basic Vue.js app and I want to consume it in a React.js app as a react component, is it possible to achieve via module federation? if yes how? please tell me how do I expose the vue.js app in ...
Aman Jain's user avatar
0 votes
0 answers
144 views

Microfrontend implementation where the host is Vue and the remote component is React

I am trying to make a microfrontend application where the host is implemented in Vue and the remote component is implemented in React. I use vite and Module Federation (vite-plugin-federation). host ...
vova's user avatar
  • 125
0 votes
0 answers
660 views

Module Federation return TypeError: fn is not a function while loading

I try to add Vue app to my microfrontend react application. The configuration inside webpack.config.js of vue app is like this: optimization: { runtimeChunk: false, }, devServer: { ...
iodum's user avatar
  • 103
0 votes
1 answer
2k views

Sharing data with module federation

I am trying to build and vue.js, typescript, vite application. I am also using vite-module-federation-plugin for code sharing trough the different applications. I am wondering is there a way to share ...
Aleksa Aleksic's user avatar
0 votes
0 answers
28 views

How to go about app.provide in vue in case of Module Federation when I am not exposing the app.vue but a component only that is using the provided?

I am providing a service using app.provide from my App.vue in the remote app. Now, that service is getting consumed by another component in the remote app, and that component I am exposing to the host....
Arnanta Chatterjee's user avatar
1 vote
0 answers
184 views

How can use a js component inside of a vue-vite app using ModuleFederation plugin?

I've created a component in a js-app and exposes it by modulefederation plugin. The source file of the project is accessible through the following link: git-source The webpack.production.config of js-...
amir tbi's user avatar
  • 459
0 votes
0 answers
146 views

How the third-party dependencies (Say axios, loadash, vuex, etc.) gets loaded for remote modules in case of Module Federation?

I have a host app and in it, I am loading three remote applications leveraging Module Federation of Webpack. How do the third-party npm libraries for remotes get loaded when loading the remoteEntry.js?...
Arnanta Chatterjee's user avatar
0 votes
0 answers
680 views

Primevue not working in vue module federation

I am trying to do module federation between Nuxt and vue app. Nuxt app will be a host and vue app will be remote. My vue app using Primevue as component library. I am able to load vue components in ...
Ravin Singh D's user avatar
0 votes
0 answers
203 views

Is it possible to load Vue through micro frontends in Angular?

As far as I know, it should be possible to support different front-end with each other through Module Federation, but I've tried for a few days and have been unable to succeed. Currently, I'm using ...
Pork Jackson's user avatar
0 votes
0 answers
449 views

How to connect Vue3 in Vue2 using module federation?

I'm trying to module federate vue3 remote server on vue2 host server, is this possible? I've confirmed the opposite is possible. vue2 in vue3 is working, but vue3 in vue2 is not working Is there a way ...
ysKim's user avatar
  • 16
1 vote
0 answers
684 views

Dynamicaly reload remotes with ModuleFederationPlugin

I use micro frontend using promise-base dynamic remotes with webpack ModuleFederationPlugin. My code is slightly more complexe than what is described here : https://webpack.js.org/concepts/module-...
vicovicovico's user avatar

15 30 50 per page