Skip to content

Commit

Permalink
fix: share angular/platform-browser in webpack conf (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjakobi authored Oct 22, 2024
1 parent b1c6e1f commit 7ac8646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const config = withModuleFederationPlugin({
},
shared: share({
'@angular/core': { requiredVersion: 'auto', includeSecondaries: true },
'@angular/platform-browser': { requiredVersion: 'auto', includeSecondaries: true },
'@angular/forms': {
requiredVersion: 'auto',
includeSecondaries: true
Expand Down

0 comments on commit 7ac8646

Please sign in to comment.