Skip to content

Commit

Permalink
fix(react): fix minification for prod builds in with-module-federation (
Browse files Browse the repository at this point in the history
  • Loading branch information
infoxicator committed Oct 26, 2022
1 parent 26b959f commit 1992ada
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ export async function withModuleFederation(options: ModuleFederationConfig) {

config.optimization = {
runtimeChunk: false,
minimize: false,
};

config.experiments = {
Expand Down

0 comments on commit 1992ada

Please sign in to comment.