We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c88112 commit e324880Copy full SHA for e324880
.gitignore
@@ -8,6 +8,9 @@ node_modules
8
dist/
9
test-results
10
11
+# Test
12
+test-temp-*
13
+
14
# IDE
15
.vscode/*
16
!.vscode/settings.json
package.json
@@ -35,10 +35,10 @@
35
"devDependencies": {
36
"@biomejs/biome": "^1.9.4",
37
"@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",
+ "@rsbuild/core": "^2.0.0-beta.4",
+ "@rsbuild/plugin-less": "^1.6.0",
+ "@rsbuild/plugin-sass": "^1.5.0",
+ "@rsbuild/plugin-stylus": "^1.3.0",
42
"@rsbuild/plugin-type-check": "^1.3.1",
43
"@rslib/core": "^0.18.2",
44
"@types/node": "^22.19.1",
0 commit comments