Skip to content

error boundary #4281

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update to MF enhanced to 0.6.8
  • Loading branch information
jmvtrinidad committed Oct 2, 2024
commit 2cc6b94a7e34fe930d285423d886466f4efe3f17
14 changes: 7 additions & 7 deletions error-boundary/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.5",
"webpack": "5.92.1",
"@rspack/core": "1.0.8",
"@rspack/cli": "1.0.8",
"@rspack/dev-server": "1.0.7",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"@module-federation/runtime": "0.2.5",
"@module-federation/enhanced": "0.2.5"
"webpack-dev-server": "5.1.0",
"@module-federation/runtime": "0.6.8",
"@module-federation/enhanced": "0.6.8"
},
"scripts": {
"start": "rspack serve -c rspack.config.js",
Expand Down
Loading