echjordan0

Results 7 comments of echjordan0

It seems this issue is not resolved in v 1.1.6. I am able to shim top level await but with build target `es2015` I get the following error and the...

Thank you for this plugin! I'm running into this issue on iOS only and I'm using a local asset. Here are my configuration details (I don't use the JS API...

@MateoKruk did you manage to solve this? I have a similar situation but I'm using Vue, host is vite and remote is webpack

FWIW it turned out I had a naming mismatch because webpack allows prefixes on the remote url (e.g. `prefix@localhost/remoreEntry.js` -- once I removed the prefix and changed all the names...

@sebastianestradaintcomex Here's what worked for us: HOST config (vite) ```js federation({ name: 'freshebt_vue', remotes: { freshcard_app: { external: `${process.env.URL}/remoteEntry.js`, format: 'var', from: 'webpack', }, }, shared: ['vue', 'vuetify'], }), ```...

> What version of Vue? Do you have a reproduction I could look at by chance? We're on Vue 2.7.14

> > > What version of Vue? Do you have a reproduction I could look at by chance? > > > > > > We're on Vue 2.7.14 > >...