mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: rm esm build
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"test": "jest",
|
||||
"gen": "bash ./scripts/gc.sh",
|
||||
"bootstrap": "yarn && npx lerna bootstrap",
|
||||
"build": "yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm && yarn build:esm-bundle && yarn build:utils",
|
||||
"build": "yarn bootstrap && yarn build:lib && yarn build:theme",
|
||||
"build:lib": "rimraf lib && webpack --config ./build/webpack.config.js",
|
||||
"build:esm-bundle": "rollup --config ./build/rollup.config.bundle.js",
|
||||
"build:esm": "node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c ./build/rollup.config.js",
|
||||
@@ -119,7 +119,6 @@
|
||||
"packages"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.esm.js",
|
||||
"typings": "types/index.d.ts",
|
||||
"unpkg": "lib/index.js",
|
||||
"style": "lib/theme-chalk/index.css",
|
||||
|
||||
Reference in New Issue
Block a user