Skip to content

Commit

Permalink
chore(build): switch to Rslib (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Nov 10, 2024
1 parent 4ef46ed commit c66d0f2
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 975 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"build": "rslib build",
"dev": "rslib build --watch",
"lint": "biome check .",
"lint:write": "biome check . --write",
"prepare": "simple-git-hooks && npm run build",
Expand All @@ -43,6 +43,7 @@
"@playwright/test": "^1.48.2",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@rslib/core": "^0.0.16",
"@types/node": "^22.8.6",
"@types/postcss-pxtorem": "^6.1.0",
"nano-staged": "^0.8.0",
Expand All @@ -52,7 +53,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c66d0f2

Please sign in to comment.