Yuki Okita

Results 9 comments of Yuki Okita

@shilman Hello, I also encountered the same situation. Even after making `disableMDXEntries: true`, still the same error happens ([sample repository](https://github.com/y-okt/storybook-dev-webpack)). This situation seems to be happening when a mdx file...

@alexander-akait Thank you for approving! It seems that CI is saying "Waiting for status to be reported". Do I need to do anything here?

@alexander-akait I see, thank you for letting me know!

@hai-x Hi, thank you for reviewing. My understanding on what happens on module federation is that: ``` app.mjs │ └──→ imports "shared-pkg" │ └──→ ConsumeSharedModule (wrapper created by Module Federation)...

@hai-x Thank you, I now understand your concern. I updated my implementation as follows. 1. Copy buildMeta/buildInfo from fallback module (matching the approach in [module-federation/core](https://github.com/module-federation/core/blob/main/packages/enhanced/src/lib/sharing/ConsumeSharedPlugin.ts)) via finishModules hook in ConsumeSharedPlugin.js...

@hai-x @alexander-akait Thank you, changed the handling for 1 to deal with `"namespace"`. I remember @ScriptedAlchemy mentioned this copying buildInfo/meta [here](https://github.com/webpack/webpack/issues/16125#issuecomment-3434796680), and the suggestion was to use copy attributes. However...

Sorry, rebased because codecov was failing - could you retrigger the pipeline?

Thank you @alexander-akait for the information🙇

@alexander-akait @hai-x Thank you for reviewing and merging!