Skip to content

Commit 2ff886d

Browse files
committed
chore: build modification
1 parent ddc8b33 commit 2ff886d

File tree

12 files changed

+3689
-260
lines changed

12 files changed

+3689
-260
lines changed

.changeset/brown-readers-enjoy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mobx-route": patch
3+
---
4+
5+
[internal] build modification

package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"check": "npm run lint:check && npm run ts:check",
1010
"prebuild": "npm run clean && npm run check",
1111
"build:watch": "pnpm build && nodemon --watch src --ext ts --exec \"pnpm build\"",
12-
"build": "sborshik build --fillDist",
12+
"build": "vite build",
1313
"pub": "pnpm build && sborshik publish --useDistDir",
1414
"pub:patch": "PUBLISH_VERSION=patch pnpm pub",
1515
"pub:minor": "PUBLISH_VERSION=minor pnpm pub",
@@ -36,14 +36,6 @@
3636
"license": "MIT",
3737
"description": "Simple and lightweight typed router",
3838
"type": "module",
39-
"zshy": {
40-
"exports": {
41-
"./package.json": "./package.json",
42-
".": "./src/index.ts",
43-
"./react": "./src/react/index.ts",
44-
"./view-model": "./src/view-model/index.ts"
45-
}
46-
},
4739
"bugs": {
4840
"url": "https://github.com/js2me/mobx-route/issues"
4941
},
@@ -87,15 +79,15 @@
8779
"@vitejs/plugin-react-swc": "^3.9.0",
8880
"@vitest/coverage-istanbul": "^3.1.2",
8981
"commitfmt": "^1.0.4",
90-
"js2me-biome-config": "^1.0.5",
91-
"sborshik": "^1.0.8",
82+
"js2me-biome-config": "^1.0.7",
9283
"jsdom": "^26.1.0",
9384
"lefthook": "^1.11.13",
9485
"nodemon": "^3.1.10",
9586
"rimraf": "^6.0.1",
87+
"sborshik": "^1.9.7",
9688
"typescript": "^5.8.3",
97-
"vitest": "^3.1.2",
98-
"zshy": "^0.4.2"
89+
"vite": "^7.1.12",
90+
"vitest": "^3.1.2"
9991
},
10092
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
10193
}

0 commit comments

Comments
 (0)