Files
element-plus/internal/build-constants/package.json
Noblet Ouways 76787fdedf chore: refresh build toolchain (#23365)
* chore: refresh js build

* chore: remove fs-extra

* chore: try lightningcss

* chore: correct build

* chore: rolldown minimal

* chore: WIP

* chore: WIP

* fix: WIP

* chore: cleanup

* chore: remove unused

* fix: windows path

* chore: update

* fix: exports missing in nested barrel files

* chore: self review

* chore: apply cb review

* chore: no any

* chore: apply review

Co-authored-by: btea <2356281422@qq.com>

* chore: set import

* chore: apply review

* chore: upgrade rolldown & plugin dts

* chore: apply review

Co-authored-by: rzzf <cszhjh@gmail.com>

---------

Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: rzzf <cszhjh@gmail.com>
2026-03-02 21:21:24 +01:00

28 lines
573 B
JSON

{
"name": "@element-plus/build-constants",
"version": "0.0.1",
"description": "Build constants for Element Plus",
"keywords": [
"element-plus"
],
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "unbuild",
"dev": "pnpm run stub",
"stub": "unbuild --stub"
},
"devDependencies": {
"unbuild": "^3.0.0"
}
}