diff --git a/generators/client/templates/webpack/webpack.microfrontend.js.jhi.ejs b/generators/client/templates/webpack/webpack.microfrontend.js.jhi.ejs index b3c61eaeadae..ad5c815a9eea 100644 --- a/generators/client/templates/webpack/webpack.microfrontend.js.jhi.ejs +++ b/generators/client/templates/webpack/webpack.microfrontend.js.jhi.ejs @@ -48,6 +48,14 @@ module.exports = ({ serve }) => { chunkIds: 'named', runtimeChunk: false, }, +<%_ if (applicationTypeGateway && clientFrameworkVue) { _%> + resolve: { + fallback: { + // Workaround https://github.com/module-federation/universe/issues/1575 + path: false, + }, + }, +<%_ } _%> plugins: [ new ModuleFederationPlugin({ <%_ if (applicationTypeMicroservice) { _%>