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: shareable runtime #3018

Open
wants to merge 72 commits into
base: main
Choose a base branch
from
Open

feat: shareable runtime #3018

wants to merge 72 commits into from

Conversation

ScriptedAlchemy
Copy link
Member

@ScriptedAlchemy ScriptedAlchemy commented Sep 30, 2024

Description

Ability to share module-federation/runtime from a host system who can provide it

Related Issue

#2579
#2795

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.

ScriptedAlchemy and others added 26 commits September 9, 2024 15:22
…lugin.ts

Co-authored-by: squadronai[bot] <170149692+squadronai[bot]@users.noreply.github.com>
…/federation-hooks

# Conflicts:
#	.github/workflows/devtools.yml
Copy link

changeset-bot bot commented Sep 30, 2024

🦋 Changeset detected

Latest commit: 88e139b

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

This PR includes changesets to release 41 packages
Name Type
@module-federation/enhanced Major
@module-federation/runtime Major
@module-federation/nextjs-mf Minor
@module-federation/modern-js Major
@module-federation/node Patch
@module-federation/rsbuild-plugin Major
@module-federation/storybook-addon Major
3008-runtime-remote Patch
3008-share-remote Patch
host Patch
host-v5 Patch
host-vue3 Patch
@module-federation/modernjs Patch
@module-federation/devtools Major
@module-federation/data-prefetch Major
@module-federation/dts-plugin Major
@module-federation/retry-plugin Major
@module-federation/runtime-tools Major
@module-federation/webpack-bundler-runtime Major
modernjs-ssr-dynamic-nested-remote Patch
modernjs-ssr-dynamic-remote-new-version Patch
modernjs-ssr-dynamic-remote Patch
modernjs-ssr-host Patch
modernjs-ssr-nested-remote Patch
modernjs-ssr-remote-new-version Patch
modernjs-ssr-remote Patch
remote1 Patch
remote2 Patch
remote3 Patch
remote4 Patch
@module-federation/rspack Major
@module-federation/sdk Major
@module-federation/managers Major
@module-federation/manifest Major
@module-federation/third-party-dts-extractor Major
@module-federation/bridge-react Major
@module-federation/bridge-vue3 Major
@module-federation/bridge-shared Major
@module-federation/bridge-react-webpack-plugin Major
@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 Sep 30, 2024

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit 88e139b
🔍 Latest deploy log https://app.netlify.com/sites/module-federation-docs/deploys/6723dab91ed4d80008cec45c
😎 Deploy Preview https://deploy-preview-3018--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.

Copy link
Contributor

@squadronai squadronai bot left a comment

Choose a reason for hiding this comment

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

Incremental Review

Comments posted: 3

Configuration

Squadron Mode: essential

Commits Reviewed

60312e3ef2bff1a2643183734031ba942c0a3b1d...28c24dff89749ee400ac84e491e70d5d3b1e32f8

Files Reviewed
  • packages/enhanced/src/lib/container/ContainerPlugin.ts
Files Ignored

These files were ignored due to the filter in the squadron.yaml file.

  • .changeset/ai-eager-cat.md
  • .changeset/ai-eager-tiger.md
  • .changeset/ai-gentle-eagle.md
  • .changeset/ai-noisy-fox.md
  • .changeset/ai-sleepy-bear.md
  • .changeset/ai-sleepy-fox.md
  • .changeset/real-baboons-complain.md
  • .github/workflows/build-and-test.yml
  • .github/workflows/e2e-shareruntime.yml
  • apps/3000-home/next-env.d.ts
  • apps/3001-shop/next-env.d.ts
  • apps/3001-shop/next.config.js
  • apps/3002-checkout/next-env.d.ts
  • apps/shared-runtime/3005-share-host/.babelrc
  • apps/shared-runtime/3005-share-host/cypress.config.ts
  • apps/shared-runtime/3005-share-host/cypress/e2e/app.cy.ts
  • apps/shared-runtime/3005-share-host/cypress/fixtures/example.json
  • apps/shared-runtime/3005-share-host/cypress/support/app.po.ts
  • apps/shared-runtime/3005-share-host/cypress/support/commands.ts
  • apps/shared-runtime/3005-share-host/cypress/support/e2e.ts
  • apps/shared-runtime/3005-share-host/cypress/tsconfig.json
  • apps/shared-runtime/3005-share-host/package.json
  • apps/shared-runtime/3005-share-host/project.json
  • apps/shared-runtime/3005-share-host/remotes.d.ts
  • apps/shared-runtime/3005-share-host/src/App.tsx
  • apps/shared-runtime/3005-share-host/src/Button.tsx
  • apps/shared-runtime/3005-share-host/src/Remote1.tsx
  • apps/shared-runtime/3005-share-host/src/Remote2.tsx
  • apps/shared-runtime/3005-share-host/src/Root.tsx
  • apps/shared-runtime/3005-share-host/src/bootstrap.tsx
  • apps/shared-runtime/3005-share-host/src/components/ButtonOldAnt.tsx
  • apps/shared-runtime/3005-share-host/src/components/stuff.module.css
  • apps/shared-runtime/3005-share-host/src/components/stuff.module.css.d.ts
  • apps/shared-runtime/3005-share-host/src/index.html
  • apps/shared-runtime/3005-share-host/src/index.ts
  • apps/shared-runtime/3005-share-host/src/runtimePlugin.ts
  • apps/shared-runtime/3005-share-host/src/test-remote-hook.tsx
  • apps/shared-runtime/3005-share-host/src/webpack.png
  • apps/shared-runtime/3005-share-host/src/webpack.svg
  • apps/shared-runtime/3005-share-host/tsconfig.app.json
  • apps/shared-runtime/3005-share-host/tsconfig.json
  • apps/shared-runtime/3005-share-host/webpack.config.js
  • apps/shared-runtime/3006-share-remote/.babelrc
  • apps/shared-runtime/3006-share-remote/CHANGELOG.md
  • apps/shared-runtime/3006-share-remote/package.json
  • apps/shared-runtime/3006-share-remote/project.json
  • apps/shared-runtime/3006-share-remote/public/.gitkeep
  • apps/shared-runtime/3006-share-remote/public/webpack.png
  • apps/shared-runtime/3006-share-remote/public/webpack.svg
  • apps/shared-runtime/3006-share-remote/src/App.tsx
  • apps/shared-runtime/3006-share-remote/src/Button.tsx
  • apps/shared-runtime/3006-share-remote/src/components/WebpackPng.tsx
  • apps/shared-runtime/3006-share-remote/src/components/WebpackSvg.tsx
  • apps/shared-runtime/3006-share-remote/src/components/a.css
  • apps/shared-runtime/3006-share-remote/src/components/useCustomRemoteHook.tsx
  • apps/shared-runtime/3006-share-remote/src/index.html
  • apps/shared-runtime/3006-share-remote/src/index.tsx
  • apps/shared-runtime/3006-share-remote/tsconfig.app.json
  • apps/shared-runtime/3006-share-remote/tsconfig.json
  • apps/shared-runtime/3006-share-remote/webpack.config.js
  • apps/shared-runtime/3007-share-remote/.babelrc
  • apps/shared-runtime/3007-share-remote/package.json
  • apps/shared-runtime/3007-share-remote/project.json
  • apps/shared-runtime/3007-share-remote/src/App.tsx
  • apps/shared-runtime/3007-share-remote/src/Button.tsx
  • apps/shared-runtime/3007-share-remote/src/components/ButtonOldAnt.tsx
  • apps/shared-runtime/3007-share-remote/src/components/stuff.module.css
  • apps/shared-runtime/3007-share-remote/src/components/stuff.module.css.d.ts
  • apps/shared-runtime/3007-share-remote/src/index.html
  • apps/shared-runtime/3007-share-remote/src/index.tsx
  • apps/shared-runtime/3007-share-remote/tsconfig.app.json
  • apps/shared-runtime/3007-share-remote/tsconfig.json
  • apps/shared-runtime/3007-share-remote/webpack.config.js
  • apps/shared-runtime/3008-share-remote/CHANGELOG.md
  • apps/shared-runtime/3008-share-remote/package.json
  • apps/shared-runtime/3008-share-remote/project.json
  • apps/shared-runtime/3008-share-remote/rsbuild.config.mjs
  • apps/shared-runtime/3008-share-remote/src/App.css
  • apps/shared-runtime/3008-share-remote/src/App.jsx
  • apps/shared-runtime/3008-share-remote/src/Button.tsx
  • apps/shared-runtime/3008-share-remote/src/bootstrap.jsx
  • apps/shared-runtime/3008-share-remote/src/index.jsx
  • apps/shared-runtime/README.md
  • package.json
  • packages/enhanced/jest.hoisted.ts
  • packages/enhanced/jest.shared.ts
  • packages/enhanced/project.json
  • packages/enhanced/test/ConfigTestCases.hoistedRuntime.js
  • packages/enhanced/test/ConfigTestCases.sharedRuntime.js
  • packages/enhanced/test/configCases/container/shareable-runtime/App.js
  • packages/enhanced/test/configCases/container/shareable-runtime/ComponentA.js
  • packages/enhanced/test/configCases/container/shareable-runtime/index.js
  • packages/enhanced/test/configCases/container/shareable-runtime/node_modules/react.js
  • packages/enhanced/test/configCases/container/shareable-runtime/test.config.js
  • packages/enhanced/test/configCases/container/shareable-runtime/upgrade-react.js
  • packages/enhanced/test/configCases/container/shareable-runtime/webpack.config.js
  • packages/runtime/tests/snapshots/preload-remote.spec.ts.snap
  • packages/runtime/tests/globa.spec.ts
  • packages/runtime/tests/global.spec.ts
  • packages/runtime/tests/sync.spec.ts
  • packages/webpack-bundler-runtime/package.json
  • packages/webpack-bundler-runtime/project.json
  • packages/webpack-bundler-runtime/src/embedded.ts
  • pnpm-lock.yaml
  • pnpm-workspace.yaml

@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
Copy link
Contributor

@squadronai squadronai bot left a comment

Choose a reason for hiding this comment

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

Incremental Review

Comments posted: 3

Configuration

Squadron Mode: essential

Commits Reviewed

28c24dff89749ee400ac84e491e70d5d3b1e32f8...f236bd1844b868684f977f86edf2ec92c9867fdb

Files Reviewed
  • packages/enhanced/src/lib/container/ContainerPlugin.ts
Files Ignored

These files were ignored due to the filter in the squadron.yaml file.

  • .changeset/ai-eager-cat.md
  • .changeset/ai-eager-tiger.md
  • .changeset/ai-gentle-eagle.md
  • .changeset/ai-noisy-fox.md
  • .changeset/ai-sleepy-bear.md
  • .changeset/ai-sleepy-fox.md
  • .changeset/real-baboons-complain.md
  • .github/workflows/build-and-test.yml
  • .github/workflows/e2e-shareruntime.yml
  • apps/3000-home/next-env.d.ts
  • apps/3001-shop/next-env.d.ts
  • apps/3001-shop/next.config.js
  • apps/3002-checkout/next-env.d.ts
  • apps/shared-runtime/3005-share-host/.babelrc
  • apps/shared-runtime/3005-share-host/cypress.config.ts
  • apps/shared-runtime/3005-share-host/cypress/e2e/app.cy.ts
  • apps/shared-runtime/3005-share-host/cypress/fixtures/example.json
  • apps/shared-runtime/3005-share-host/cypress/support/app.po.ts
  • apps/shared-runtime/3005-share-host/cypress/support/commands.ts
  • apps/shared-runtime/3005-share-host/cypress/support/e2e.ts
  • apps/shared-runtime/3005-share-host/cypress/tsconfig.json
  • apps/shared-runtime/3005-share-host/package.json
  • apps/shared-runtime/3005-share-host/project.json
  • apps/shared-runtime/3005-share-host/remotes.d.ts
  • apps/shared-runtime/3005-share-host/src/App.tsx
  • apps/shared-runtime/3005-share-host/src/Button.tsx
  • apps/shared-runtime/3005-share-host/src/Remote1.tsx
  • apps/shared-runtime/3005-share-host/src/Remote2.tsx
  • apps/shared-runtime/3005-share-host/src/Root.tsx
  • apps/shared-runtime/3005-share-host/src/bootstrap.tsx
  • apps/shared-runtime/3005-share-host/src/components/ButtonOldAnt.tsx
  • apps/shared-runtime/3005-share-host/src/components/stuff.module.css
  • apps/shared-runtime/3005-share-host/src/components/stuff.module.css.d.ts
  • apps/shared-runtime/3005-share-host/src/index.html
  • apps/shared-runtime/3005-share-host/src/index.ts
  • apps/shared-runtime/3005-share-host/src/runtimePlugin.ts
  • apps/shared-runtime/3005-share-host/src/test-remote-hook.tsx
  • apps/shared-runtime/3005-share-host/src/webpack.png
  • apps/shared-runtime/3005-share-host/src/webpack.svg
  • apps/shared-runtime/3005-share-host/tsconfig.app.json
  • apps/shared-runtime/3005-share-host/tsconfig.json
  • apps/shared-runtime/3005-share-host/webpack.config.js
  • apps/shared-runtime/3006-share-remote/.babelrc
  • apps/shared-runtime/3006-share-remote/CHANGELOG.md
  • apps/shared-runtime/3006-share-remote/package.json
  • apps/shared-runtime/3006-share-remote/project.json
  • apps/shared-runtime/3006-share-remote/public/.gitkeep
  • apps/shared-runtime/3006-share-remote/public/webpack.png
  • apps/shared-runtime/3006-share-remote/public/webpack.svg
  • apps/shared-runtime/3006-share-remote/src/App.tsx
  • apps/shared-runtime/3006-share-remote/src/Button.tsx
  • apps/shared-runtime/3006-share-remote/src/components/WebpackPng.tsx
  • apps/shared-runtime/3006-share-remote/src/components/WebpackSvg.tsx
  • apps/shared-runtime/3006-share-remote/src/components/a.css
  • apps/shared-runtime/3006-share-remote/src/components/useCustomRemoteHook.tsx
  • apps/shared-runtime/3006-share-remote/src/index.html
  • apps/shared-runtime/3006-share-remote/src/index.tsx
  • apps/shared-runtime/3006-share-remote/tsconfig.app.json
  • apps/shared-runtime/3006-share-remote/tsconfig.json
  • apps/shared-runtime/3006-share-remote/webpack.config.js
  • apps/shared-runtime/3007-share-remote/.babelrc
  • apps/shared-runtime/3007-share-remote/package.json
  • apps/shared-runtime/3007-share-remote/project.json
  • apps/shared-runtime/3007-share-remote/src/App.tsx
  • apps/shared-runtime/3007-share-remote/src/Button.tsx
  • apps/shared-runtime/3007-share-remote/src/components/ButtonOldAnt.tsx
  • apps/shared-runtime/3007-share-remote/src/components/stuff.module.css
  • apps/shared-runtime/3007-share-remote/src/components/stuff.module.css.d.ts
  • apps/shared-runtime/3007-share-remote/src/index.html
  • apps/shared-runtime/3007-share-remote/src/index.tsx
  • apps/shared-runtime/3007-share-remote/tsconfig.app.json
  • apps/shared-runtime/3007-share-remote/tsconfig.json
  • apps/shared-runtime/3007-share-remote/webpack.config.js
  • apps/shared-runtime/3008-share-remote/CHANGELOG.md
  • apps/shared-runtime/3008-share-remote/package.json
  • apps/shared-runtime/3008-share-remote/project.json
  • apps/shared-runtime/3008-share-remote/rsbuild.config.mjs
  • apps/shared-runtime/3008-share-remote/src/App.css
  • apps/shared-runtime/3008-share-remote/src/App.jsx
  • apps/shared-runtime/3008-share-remote/src/Button.tsx
  • apps/shared-runtime/3008-share-remote/src/bootstrap.jsx
  • apps/shared-runtime/3008-share-remote/src/index.jsx
  • apps/shared-runtime/README.md
  • package.json
  • packages/enhanced/jest.hoisted.ts
  • packages/enhanced/jest.shared.ts
  • packages/enhanced/project.json
  • packages/enhanced/test/ConfigTestCases.hoistedRuntime.js
  • packages/enhanced/test/ConfigTestCases.sharedRuntime.js
  • packages/enhanced/test/configCases/container/shareable-runtime/App.js
  • packages/enhanced/test/configCases/container/shareable-runtime/ComponentA.js
  • packages/enhanced/test/configCases/container/shareable-runtime/index.js
  • packages/enhanced/test/configCases/container/shareable-runtime/node_modules/react.js
  • packages/enhanced/test/configCases/container/shareable-runtime/test.config.js
  • packages/enhanced/test/configCases/container/shareable-runtime/upgrade-react.js
  • packages/enhanced/test/configCases/container/shareable-runtime/webpack.config.js
  • packages/runtime/tests/snapshots/preload-remote.spec.ts.snap
  • packages/runtime/tests/globa.spec.ts
  • packages/runtime/tests/global.spec.ts
  • packages/runtime/tests/sync.spec.ts
  • packages/webpack-bundler-runtime/package.json
  • packages/webpack-bundler-runtime/project.json
  • packages/webpack-bundler-runtime/src/embedded.ts
  • pnpm-lock.yaml
  • pnpm-workspace.yaml

@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
Copy link
Contributor

@squadronai squadronai bot left a comment

Choose a reason for hiding this comment

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

Incremental Review

Comments posted: 4

Configuration

Squadron Mode: essential

Commits Reviewed

f236bd1844b868684f977f86edf2ec92c9867fdb...15c487c83c139d7586e264bfe8af4824d1f210ae

Files Reviewed
  • packages/enhanced/src/lib/container/ContainerPlugin.ts
Files Ignored

These files were ignored due to the filter in the squadron.yaml file.

  • .changeset/ai-eager-cat.md
  • .changeset/ai-eager-tiger.md
  • .changeset/ai-gentle-eagle.md
  • .changeset/ai-noisy-fox.md
  • .changeset/ai-sleepy-bear.md
  • .changeset/ai-sleepy-fox.md
  • .changeset/real-baboons-complain.md
  • .github/workflows/build-and-test.yml
  • .github/workflows/e2e-shareruntime.yml
  • apps/3000-home/next-env.d.ts
  • apps/3001-shop/next-env.d.ts
  • apps/3001-shop/next.config.js
  • apps/3002-checkout/next-env.d.ts
  • apps/shared-runtime/3005-share-host/.babelrc
  • apps/shared-runtime/3005-share-host/cypress.config.ts
  • apps/shared-runtime/3005-share-host/cypress/e2e/app.cy.ts
  • apps/shared-runtime/3005-share-host/cypress/fixtures/example.json
  • apps/shared-runtime/3005-share-host/cypress/support/app.po.ts
  • apps/shared-runtime/3005-share-host/cypress/support/commands.ts
  • apps/shared-runtime/3005-share-host/cypress/support/e2e.ts
  • apps/shared-runtime/3005-share-host/cypress/tsconfig.json
  • apps/shared-runtime/3005-share-host/package.json
  • apps/shared-runtime/3005-share-host/project.json
  • apps/shared-runtime/3005-share-host/remotes.d.ts
  • apps/shared-runtime/3005-share-host/src/App.tsx
  • apps/shared-runtime/3005-share-host/src/Button.tsx
  • apps/shared-runtime/3005-share-host/src/Remote1.tsx
  • apps/shared-runtime/3005-share-host/src/Remote2.tsx
  • apps/shared-runtime/3005-share-host/src/Root.tsx
  • apps/shared-runtime/3005-share-host/src/bootstrap.tsx
  • apps/shared-runtime/3005-share-host/src/components/ButtonOldAnt.tsx
  • apps/shared-runtime/3005-share-host/src/components/stuff.module.css
  • apps/shared-runtime/3005-share-host/src/components/stuff.module.css.d.ts
  • apps/shared-runtime/3005-share-host/src/index.html
  • apps/shared-runtime/3005-share-host/src/index.ts
  • apps/shared-runtime/3005-share-host/src/runtimePlugin.ts
  • apps/shared-runtime/3005-share-host/src/test-remote-hook.tsx
  • apps/shared-runtime/3005-share-host/src/webpack.png
  • apps/shared-runtime/3005-share-host/src/webpack.svg
  • apps/shared-runtime/3005-share-host/tsconfig.app.json
  • apps/shared-runtime/3005-share-host/tsconfig.json
  • apps/shared-runtime/3005-share-host/webpack.config.js
  • apps/shared-runtime/3006-share-remote/.babelrc
  • apps/shared-runtime/3006-share-remote/CHANGELOG.md
  • apps/shared-runtime/3006-share-remote/package.json
  • apps/shared-runtime/3006-share-remote/project.json
  • apps/shared-runtime/3006-share-remote/public/.gitkeep
  • apps/shared-runtime/3006-share-remote/public/webpack.png
  • apps/shared-runtime/3006-share-remote/public/webpack.svg
  • apps/shared-runtime/3006-share-remote/src/App.tsx
  • apps/shared-runtime/3006-share-remote/src/Button.tsx
  • apps/shared-runtime/3006-share-remote/src/components/WebpackPng.tsx
  • apps/shared-runtime/3006-share-remote/src/components/WebpackSvg.tsx
  • apps/shared-runtime/3006-share-remote/src/components/a.css
  • apps/shared-runtime/3006-share-remote/src/components/useCustomRemoteHook.tsx
  • apps/shared-runtime/3006-share-remote/src/index.html
  • apps/shared-runtime/3006-share-remote/src/index.tsx
  • apps/shared-runtime/3006-share-remote/tsconfig.app.json
  • apps/shared-runtime/3006-share-remote/tsconfig.json
  • apps/shared-runtime/3006-share-remote/webpack.config.js
  • apps/shared-runtime/3007-share-remote/.babelrc
  • apps/shared-runtime/3007-share-remote/package.json
  • apps/shared-runtime/3007-share-remote/project.json
  • apps/shared-runtime/3007-share-remote/src/App.tsx
  • apps/shared-runtime/3007-share-remote/src/Button.tsx
  • apps/shared-runtime/3007-share-remote/src/components/ButtonOldAnt.tsx
  • apps/shared-runtime/3007-share-remote/src/components/stuff.module.css
  • apps/shared-runtime/3007-share-remote/src/components/stuff.module.css.d.ts
  • apps/shared-runtime/3007-share-remote/src/index.html
  • apps/shared-runtime/3007-share-remote/src/index.tsx
  • apps/shared-runtime/3007-share-remote/tsconfig.app.json
  • apps/shared-runtime/3007-share-remote/tsconfig.json
  • apps/shared-runtime/3007-share-remote/webpack.config.js
  • apps/shared-runtime/3008-share-remote/CHANGELOG.md
  • apps/shared-runtime/3008-share-remote/package.json
  • apps/shared-runtime/3008-share-remote/project.json
  • apps/shared-runtime/3008-share-remote/rsbuild.config.mjs
  • apps/shared-runtime/3008-share-remote/src/App.css
  • apps/shared-runtime/3008-share-remote/src/App.jsx
  • apps/shared-runtime/3008-share-remote/src/Button.tsx
  • apps/shared-runtime/3008-share-remote/src/bootstrap.jsx
  • apps/shared-runtime/3008-share-remote/src/index.jsx
  • apps/shared-runtime/README.md
  • package.json
  • packages/enhanced/jest.hoisted.ts
  • packages/enhanced/jest.shared.ts
  • packages/enhanced/project.json
  • packages/enhanced/test/ConfigTestCases.hoistedRuntime.js
  • packages/enhanced/test/ConfigTestCases.sharedRuntime.js
  • packages/enhanced/test/configCases/container/shareable-runtime/App.js
  • packages/enhanced/test/configCases/container/shareable-runtime/ComponentA.js
  • packages/enhanced/test/configCases/container/shareable-runtime/index.js
  • packages/enhanced/test/configCases/container/shareable-runtime/node_modules/react.js
  • packages/enhanced/test/configCases/container/shareable-runtime/test.config.js
  • packages/enhanced/test/configCases/container/shareable-runtime/upgrade-react.js
  • packages/enhanced/test/configCases/container/shareable-runtime/webpack.config.js
  • packages/runtime/tests/globa.spec.ts
  • packages/runtime/tests/global.spec.ts
  • packages/runtime/tests/sync.spec.ts
  • packages/webpack-bundler-runtime/package.json
  • packages/webpack-bundler-runtime/project.json
  • packages/webpack-bundler-runtime/src/embedded.ts
  • pnpm-lock.yaml
  • pnpm-workspace.yaml

@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
@module-federation module-federation deleted a comment from squadronai bot Oct 31, 2024
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