Skip to content

Commit

Permalink
优化导入
Browse files Browse the repository at this point in the history
  • Loading branch information
xaboy committed Dec 29, 2024
1 parent b738b24 commit ef2e6c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions packages/element-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
"typings": "./types/index.d.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"types": "./types/index.d.ts",
"require": "./dist/index.umd.js"
},
"./*": "./*"
},
"scripts": {
"clean": "rimraf dist/",
"dev": "vue-cli-service serve",
Expand Down
8 changes: 0 additions & 8 deletions packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
"typings": "./types/index.d.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"types": "./types/index.d.ts",
"require": "./dist/index.umd.js"
},
"./*": "./*"
},
"scripts": {
"clean": "rimraf dist/",
"dev": "vue-cli-service serve",
Expand Down

0 comments on commit ef2e6c3

Please sign in to comment.