Zack Jackson

Results 993 comments of Zack Jackson

Use url loader and check the options available for it. Or ask codex or Claude code.

@codex resolve merge conflicts, help me rebase pr

Module-federation.io Originjs and using webpack builtin is no longer supported. Everything we work on for the past 2 years is federation v2

Angular arch package uses webpacks old v1 federation implementation. Use ng rspack and module-federation/enhanced

Reference hoisting is also used in v2 as a way to hoist the injected npm packages that constitue the new module federation runtime. Since splitChunks will move our node modules...

Single runtime chunk will require more work than just this PR. This fixes the reference issue. The remote itself will still require the webpack runtime chunk to be loaded as...