core icon indicating copy to clipboard operation
core copied to clipboard

feat(node): Node Federation Runtime Plugin

Open ScriptedAlchemy opened this issue 7 months ago • 2 comments

Description

Replaces webpack based plugin with pure runtime plugin

This runtime plugin replaces the need for compiler-specific integrations for node federation. It does so by applying the needed runtime modules and handlers in the runtime plugin instead of in a template.

PR introduces a significant change to the Node.js implementation. The script loading utility, previously used by webpack to load external chunks, has been converted into a runtime plugin for Node.js. This change enhances the ability to load scripts dynamically at runtime, providing greater flexibility and efficiency in the application.

Related Issue

Types of changes

  • [ ] Docs change / refactoring / dependency upgrade
  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)

Checklist

  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.
  • [ ] I have updated the documentation.

ScriptedAlchemy avatar Jan 23 '24 06:01 ScriptedAlchemy