Skip to content

Commit

Permalink
Update webpack.microfrontend.js.jhi.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 26, 2023
1 parent 11e416a commit 928df8d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) { _%>
Expand Down

0 comments on commit 928df8d

Please sign in to comment.