Created
April 20, 2025 13:05
-
-
Save martinjlowm/3a48d7e4f18317ddf9c2e4aa0634150c to your computer and use it in GitHub Desktop.
next-rspack patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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