Zack Jackson
Zack Jackson
Yeah most likely
Use url loader and check the options available for it. Or ask codex or Claude code.
@codex resolve merge conflicts, help me rebase pr
@Codex fix this
Module-federation.io Originjs and using webpack builtin is no longer supported. Everything we work on for the past 2 years is federation v2
Is angular using webpack or rspack
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...
Yes fixed by this.
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...