Skip to content

Commit fa44154

Browse files
authored
perf: bundle main script via Rslib (#55)
1 parent 739f656 commit fa44154

File tree

4 files changed

+152
-163
lines changed

4 files changed

+152
-163
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"./package.json": "./package.json"
1919
},
2020
"scripts": {
21-
"build": "tsc -b ./tsconfig.build.json",
22-
"dev": "tsc -b -w",
21+
"build": "rslib build",
22+
"dev": "rslib build -w",
2323
"lint": "biome check .",
2424
"lint:write": "biome check . --write",
2525
"prepare": "simple-git-hooks && npm run build",
@@ -38,8 +38,8 @@
3838
},
3939
"devDependencies": {
4040
"@biomejs/biome": "^1.9.4",
41-
"@rslib/core": "^0.11.0",
42-
"@rspack/core": "1.4.11",
41+
"@rslib/core": "^0.15.1",
42+
"@rspack/core": "^1.5.8",
4343
"@types/jest": "29.5.14",
4444
"@types/node": "^22.17.0",
4545
"bumpp": "^10.2.3",

0 commit comments

Comments
 (0)