Skip to content

Commit ac2dae0

Browse files
authored
chore(build): switch to Rslib (#8)
1 parent ee1491c commit ac2dae0

File tree

4 files changed

+83
-960
lines changed

4 files changed

+83
-960
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"types": "./dist/index.d.ts",
1717
"files": ["dist"],
1818
"scripts": {
19-
"build": "tsup",
20-
"dev": "tsup --watch",
19+
"build": "rslib build",
20+
"dev": "rslib build --watch",
2121
"lint": "biome check .",
2222
"lint:write": "biome check . --write",
2323
"prepare": "simple-git-hooks && npm run build",
2424
"test": "playwright test",
25-
"bump": "npx bumpp"
25+
"bump": "npx bumpp"
2626
},
2727
"simple-git-hooks": {
2828
"pre-commit": "npx nano-staged"
@@ -42,13 +42,13 @@
4242
"@playwright/test": "^1.48.2",
4343
"@rsbuild/core": "1.0.19",
4444
"@rsbuild/plugin-vue": "1.0.3",
45+
"@rslib/core": "^0.0.16",
4546
"@types/node": "^22.8.6",
4647
"nano-staged": "^0.8.0",
4748
"playwright": "^1.48.2",
4849
"simple-git-hooks": "^2.11.1",
49-
"tsup": "^8.3.5",
5050
"typescript": "^5.6.3",
51-
"vue": "^3.5.12"
51+
"vue": "^3.5.12"
5252
},
5353
"peerDependencies": {
5454
"@rsbuild/core": "1.x"

0 commit comments

Comments
 (0)