发布

  • fix(angular): convert-to-rspack correctly migrating existing custom webpack configs (#30778)

    frostbyte_neo 发布于 2025-04-22 14:54:51 +00:00

    Current Behavior

    The createConfig helper from @nx/angular-rspack became an async
    function.
    This meant that the handling of custom webpack configs in the migration
    done by convert-to-rspack was incorrect.

    Expected Behavior

    Ensure the migration is handled correctly.
    Ensure that Module Federation migrations work correctly.

    Related Issues

    Fixes https://github.com/nrwl/angular-rspack/issues/53

    下载附件