Skip to content

Commit 01ed8b6

Browse files
fixing new build order
1 parent dc570a3 commit 01ed8b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/with-federated-sidecar.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,17 +400,11 @@ const withModuleFederation =
400400
path.join(distPath, "static/federated-stats.json")
401401
);
402402
if (hasStats && experiments.flushChunks) {
403-
console.log("####################");
404-
console.log("####################");
405-
console.log("####################");
406-
console.log("####################");
407-
console.log("####################");
408403
const remoteEntry = path.join(
409404
distPath,
410405
federationPluginOptions.filename.replace("chunks", "ssr")
411406
);
412407

413-
console.log(name);
414408
const statContent = require(path.join(
415409
distPath,
416410
"static/federated-stats.json"

0 commit comments

Comments
 (0)