icy0307

Results 22 comments of icy0307

We are facing the same problem trying to use module federation in real world. What should be done to pick out those `shared` modules is very tricky. Before module federation,...

Just to be clear, For an comprehensive example of an react-redux app, instead of the below code, https://github.com/module-federation/module-federation-examples/blob/5142c518b29e6ec94216e3c895d448cff3e2ef10/comprehensive-demo/app-01/webpack.config.js#L61-L75 the correct way to do this is? ``` js const deps =...

Thank for your valuable time, I just booked a meeting in calendly. Please feel free to reschedule the meeting at your convenience @ScriptedAlchemy

I found some relates issue #13028, and understand this could not be done right now. This issue can be closed in favor of #13028 #14800 But still got some related...

What is the 'scope' of `core-js`? According to the homepage, > Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2023](https://github.com/zloirock/core-js#ecmascript): [promises](https://github.com/zloirock/core-js#ecmascript-promise), [symbols](https://github.com/zloirock/core-js#ecmascript-symbol), [collections](https://github.com/zloirock/core-js#ecmascript-collections), iterators, [typed arrays](https://github.com/zloirock/core-js#ecmascript-typed-arrays), many...

Thanks for being a big help. @zloirock Just for clarity, is it ok to tell my team we can just use `core-js` for everything related to [Minimum Common Web Platform...

@ooxi He just expresses how much he likes your boilerplate, this issue can be closed.

Yes, I made a mistake about the prerelease versions. @iclanton The repos originally looks like this: packages: [email protected] [email protected] package `b` depends on package `a`, as `"a:^1.0.0"` They share same...

FYI, [conventional commits](https://www.conventionalcommits.org/) can point to an issue directly. And the issue could be closed via CI later. For change log, is it possible to add another prompt message? like...

Thanks for the great repo! I got the same problem of not showing the diff of the chunks, using `@statoscope/webpack/diff-entry-download-size-limits`. There is no diff badge or `Added` category in the...