Skip to content
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

feat: adding support for systemjs remotes #2676

Merged

Conversation

MadaraUchiha-314
Copy link
Contributor

@MadaraUchiha-314 MadaraUchiha-314 commented Jun 27, 2024

Description

  • Adds support for loading systemjs based remotes

Related Issue

Types of changes

  • Docs change / refactoring / dependency upgrade
  • 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.

Copy link

changeset-bot bot commented Jun 27, 2024

🦋 Changeset detected

Latest commit: ea77421

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 27 packages
Name Type
@module-federation/runtime Minor
@module-federation/devtools Minor
@module-federation/dts-plugin Minor
@module-federation/nextjs-mf Patch
@module-federation/node Patch
@module-federation/runtime-tools Minor
@module-federation/webpack-bundler-runtime Minor
@module-federation/enhanced Minor
@module-federation/rspack Minor
3008-runtime-remote Patch
host Patch
host-v5 Patch
host-vue3 Patch
remote1 Patch
remote2 Patch
remote3 Patch
@module-federation/modernjs Patch
@module-federation/sdk Minor
@module-federation/managers Minor
@module-federation/manifest Minor
@module-federation/third-party-dts-extractor Minor
@module-federation/bridge-react Minor
@module-federation/bridge-vue3 Minor
@module-federation/bridge-shared Minor
@module-federation/bridge-react-webpack-plugin Minor
@module-federation/esbuild Patch
@module-federation/utilities Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

netlify bot commented Jun 27, 2024

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit ea77421
🔍 Latest deploy log https://app.netlify.com/sites/module-federation-docs/deploys/6684181a2a54ef0008ceedbd
😎 Deploy Preview https://deploy-preview-2676--module-federation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ScriptedAlchemy ScriptedAlchemy requested a review from 2heal1 June 27, 2024 06:34
@@ -137,6 +161,11 @@ export async function getRemoteEntry({
entry,
remoteEntryExports,
});
} else if (type === 'system') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add type system as well ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already present:

@MadaraUchiha-314
Copy link
Contributor Author

@2heal1 @ScriptedAlchemy Can this be merged ?

@ScriptedAlchemy ScriptedAlchemy merged commit 60cd259 into module-federation:main Jul 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants