Skip to content

Commit c780387

Browse files
committed
chore: update exports
1 parent 88be749 commit c780387

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"types": "./dist/index.d.ts",
3131
"exports": {
3232
".": "./dist/index.js",
33-
"./vite": "./dist/vite.js",
34-
"./webpack": "./dist/webpack.js",
35-
"./rollup": "./dist/rollup.js",
3633
"./esbuild": "./dist/esbuild.js",
3734
"./farm": "./dist/farm.js",
38-
"./rspack": "./dist/rspack.js",
3935
"./rolldown": "./dist/rolldown.js",
36+
"./rollup": "./dist/rollup.js",
37+
"./rspack": "./dist/rspack.js",
38+
"./vite": "./dist/vite.js",
4039
"./volar": "./dist/volar.js",
41-
"./*": "./*"
40+
"./webpack": "./dist/webpack.js",
41+
"./package.json": "./package.json"
4242
},
4343
"typesVersions": {
4444
"*": {
@@ -91,5 +91,9 @@
9191
"engines": {
9292
"node": ">=20.18.0"
9393
},
94-
"prettier": "@sxzz/prettier-config"
94+
"prettier": "@sxzz/prettier-config",
95+
"tsdown": {
96+
"entry": "./src/*.ts",
97+
"exports": true
98+
}
9599
}

tsdown.config.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)