Skip to content

Instantly share code, notes, and snippets.

@martinjlowm
Created April 20, 2025 13:05
Show Gist options
  • Save martinjlowm/3a48d7e4f18317ddf9c2e4aa0634150c to your computer and use it in GitHub Desktop.
Save martinjlowm/3a48d7e4f18317ddf9c2e4aa0634150c to your computer and use it in GitHub Desktop.
next-rspack patch
diff --git a/package.json b/package.json
index 16966ad0369ff9ced84c00ba88a3652f9e725138..4662c4082b6cd717c3f5b2d7e135a40a359fabb1 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,9 @@
"babel-plugin-react-compiler": "*",
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
- "sass": "^1.3.0"
+ "sass": "^1.3.0",
+ "@rspack/core": "^1.3.5",
+ "next-rspack": "^15.3.1"
},
"peerDependenciesMeta": {
"babel-plugin-react-compiler": {
@@ -128,6 +130,12 @@
},
"@playwright/test": {
"optional": true
+ },
+ "@rspack/core": {
+ "optional": true
+ },
+ "next-rspack": {
+ "optional": true
}
},
"optionalDependencies": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment