Skip to content

Commit

Permalink
fix(react): set "watch: false" on module federation serve-static opti…
Browse files Browse the repository at this point in the history
…ons (#19052)

(cherry picked from commit 305b443)
  • Loading branch information
jaysoo authored and FrozenPandaz committed Sep 7, 2023
1 parent 655a0a7 commit 2e52c14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export function updateModuleFederationProject(
defaultConfiguration: 'production',
options: {
buildTarget: `${options.projectName}:build`,
watch: false,
port: options.devServerPort,
},
configurations: {
Expand Down

0 comments on commit 2e52c14

Please sign in to comment.