-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layer via composite shareKey #3415
base: federation-layers
Are you sure you want to change the base?
Conversation
|
…tion - Consolidated common configuration for module federation across multiple layers. - Introduced separate configurations for commonjs and module outputs. - Updated shared dependencies and remotes for improved modularity and compatibility. - Enhanced support for React with layer-specific configurations.
- Fixed missing semicolon in emptyComponent.js. - Updated App.js to remove unnecessary blank line. - Enhanced index.js test case formatting for better readability. - Adjusted spacing in layered-react-loader.js for consistency.
Description
Code Enhancements:
ContainerReferencePlugin.ts
: Added handling forissuerLayer
andcontext
to improve module federation capabilities.RemoteModule.ts
: Enhanced the constructor and methods to support optionallayer
andcontext
parameters, improving modularity and context handling. [1] [2] [3] [4]Test Cases and Examples:
packages/enhanced/test/configCases/layers/
directory, including components and webpack configurations to validate the layer functionality. [1] [2] [3] [4] [5] [6] [7] [8] [9]These changes collectively enhance the project's modularity, configuration management, and testing capabilities, particularly in the context of module federation and layer handling.
Related Issue
Types of changes
Checklist