Skip to content

Commit 47c776d

Browse files
authored
chore(build): switch to Rslib (#9)
* chore(build): switch to Rslib * chore: format
1 parent 7be4be5 commit 47c776d

File tree

4 files changed

+58
-1013
lines changed

4 files changed

+58
-1013
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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",
@@ -40,11 +40,11 @@
4040
"@biomejs/biome": "^1.9.4",
4141
"@playwright/test": "^1.48.2",
4242
"@rsbuild/core": "1.0.19",
43+
"@rslib/core": "^0.0.16",
4344
"@types/node": "^22.8.6",
4445
"nano-staged": "^0.8.0",
4546
"playwright": "^1.48.2",
4647
"simple-git-hooks": "^2.11.1",
47-
"tsup": "^8.3.5",
4848
"typescript": "^5.6.3"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)