Zack Jackson
Zack Jackson
**What kind of change does this PR introduce?** bugfix: wrong relative path to webpack runtime in entry chunks fixes: https://github.com/webpack/webpack/issues/16143 **Did you add tests for your changes?** No **Does this...
# Bug report **What is the current behavior?** If a federated import exists under a specific entrypoint that is not yet loaded, and webpack uses `runtimeChunk: single` - the initialization...
# Bug report **What is the current behavior?** Build should not be 2-3x slower **If the current behavior is a bug, please provide the steps to reproduce.** If i create...
# Bug report **What is the current behavior?** If i create entrypoints that include a path in their name, when runtimeChunk: single is set - webpack imports the runtime from...
## Summary When running rush change, some files are created. It would be nice to have an additional flag that auto commits and adds the rush change files. that was...
when passing larger chunks, sometimes the http request fails to reconstruct a readable stream back together. If i use node-fetch, it seems to be a little more reliable in fetching...
We need something like this in webpack 5 with module federation. Do you know of anything or would be willing to update it? Jest through webpack is a must for...
Hey! I've noticed this project has a couple of issues and a few standing PRs - mainly to help bring the plugin back to webpack 4. Id hate for the...
## Summary Work in progress of adding the "async-node" target to rspack ReadFileChunkLoading is based off this: https://github.com/ScriptedAlchemy/webpack/blob/49dab4cc5ec8507ab4cad766e2a37a23d9f8a8d1/lib/node/ReadFileChunkLoadingRuntimeModule.js and would require commonjs chunk plugin to be aware of if its...
Work in progress, remix federation. Plugin setup needs to be abstracted away as this is lower level than end user should experience TODO: - [x] Move plugin stuff to module-federation/universe(repo)...