Skip to content

Commit e324880

Browse files
authored
fix: compatible with Rsbuild v2 (#37)
1 parent 6c88112 commit e324880

File tree

4 files changed

+261
-119
lines changed

4 files changed

+261
-119
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ node_modules
88
dist/
99
test-results
1010

11+
# Test
12+
test-temp-*
13+
1114
# IDE
1215
.vscode/*
1316
!.vscode/settings.json

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"devDependencies": {
3636
"@biomejs/biome": "^1.9.4",
3737
"@playwright/test": "^1.57.0",
38-
"@rsbuild/core": "^1.6.10",
39-
"@rsbuild/plugin-less": "^1.5.0",
40-
"@rsbuild/plugin-sass": "^1.4.0",
41-
"@rsbuild/plugin-stylus": "^1.2.0",
38+
"@rsbuild/core": "^2.0.0-beta.4",
39+
"@rsbuild/plugin-less": "^1.6.0",
40+
"@rsbuild/plugin-sass": "^1.5.0",
41+
"@rsbuild/plugin-stylus": "^1.3.0",
4242
"@rsbuild/plugin-type-check": "^1.3.1",
4343
"@rslib/core": "^0.18.2",
4444
"@types/node": "^22.19.1",

0 commit comments

Comments
 (0)