Skip to content

Commit c41991b

Browse files
authored
Alternate bundler example: use canary version (#77754)
The `latest` version is old and we now canary-gate Rspack support. Some folks are referencing this example now, so make it work using canary. This can be set back to `latest` once 15.3.0 is published.
1 parent c3b572d commit c41991b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-rspack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-dom": "^18.3.1"
1212
},
1313
"devDependencies": {
14-
"@next/plugin-rspack": "latest",
14+
"@next/plugin-rspack": "canary",
1515
"@types/node": "^22.10.1",
1616
"@types/react": "^18.3.12",
1717
"typescript": "^5.7.2"

0 commit comments

Comments
 (0)