mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-24 01:18:34 +08:00
chore(node-utils): migrate build to tsdown
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"stub": "pnpm unbuild --stub"
|
||||
"build": "node ./scripts/build.mjs",
|
||||
"stub": "node ./scripts/build.mjs"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
@@ -22,7 +23,7 @@
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"default": "./dist/index.mjs"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user