Skip to content

Commit f039a17

Browse files
authored
chore(build): switch to Rslib (#4)
1 parent 87e311c commit f039a17

File tree

4 files changed

+206
-958
lines changed

4 files changed

+206
-958
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dist"
1919
],
2020
"scripts": {
21-
"build": "tsup",
22-
"dev": "tsup --watch",
21+
"build": "rslib build",
22+
"dev": "rslib build --watch",
2323
"lint": "biome check .",
2424
"lint:write": "biome check . --write",
2525
"prepare": "simple-git-hooks && npm run build",
@@ -43,11 +43,11 @@
4343
"@playwright/test": "^1.48.2",
4444
"@rsbuild/core": "^1.1.0",
4545
"@rsbuild/plugin-vue": "1.0.4",
46+
"@rslib/core": "^0.0.16",
4647
"@types/node": "^22.9.0",
4748
"nano-staged": "^0.8.0",
4849
"playwright": "^1.48.2",
4950
"simple-git-hooks": "^2.11.1",
50-
"tsup": "^8.3.5",
5151
"typescript": "^5.6.3",
5252
"vue": "^3.5.12"
5353
},

0 commit comments

Comments
 (0)