We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc570a3 commit 01ed8b6Copy full SHA for 01ed8b6
lib/with-federated-sidecar.js
@@ -400,17 +400,11 @@ const withModuleFederation =
400
path.join(distPath, "static/federated-stats.json")
401
);
402
if (hasStats && experiments.flushChunks) {
403
- console.log("####################");
404
405
406
407
408
const remoteEntry = path.join(
409
distPath,
410
federationPluginOptions.filename.replace("chunks", "ssr")
411
412
413
- console.log(name);
414
const statContent = require(path.join(
415
416
"static/federated-stats.json"
0 commit comments