fix: enable lazyCompilation and refreshOptions for rspack

Signed-off-by: JounQin <admin@1stg.me>
This commit is contained in:
JounQin
2025-05-08 11:41:35 +08:00
committed by Fredrik Adelöw
parent c0b029eca8
commit 674def9264
5 changed files with 72 additions and 67 deletions
+4 -4
View File
@@ -180,9 +180,9 @@
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@backstage/theme": "workspace:^",
"@rspack/core": "^1.0.10",
"@rspack/dev-server": "^1.0.9",
"@rspack/plugin-react-refresh": "^1.0.0",
"@rspack/core": "^1.3.9",
"@rspack/dev-server": "^1.1.1",
"@rspack/plugin-react-refresh": "^1.4.2",
"@types/cross-spawn": "^6.0.2",
"@types/ejs": "^3.1.3",
"@types/express": "^4.17.6",
@@ -204,7 +204,7 @@
"nodemon": "^3.0.1"
},
"peerDependencies": {
"@rspack/core": "^1.0.10",
"@rspack/core": "^1.2.8",
"@rspack/dev-server": "^1.0.9",
"@rspack/plugin-react-refresh": "^1.0.0"
},