mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-27 12:49:22 +08:00
chore(element-plus-adapter): package.json main 错误
This commit is contained in:
parent
3539daceaa
commit
237cc15387
@ -4,13 +4,13 @@
|
||||
"sideEffects": [
|
||||
"dist/*"
|
||||
],
|
||||
"main": "dist/tmagic-element-plus-adapter.umd.js",
|
||||
"module": "dist/tmagic-element-plus-adapter.mjs",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/tmagic-element-plus-adapter.mjs",
|
||||
"require": "./dist/tmagic-element-plus-adapter.umd.js"
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js"
|
||||
},
|
||||
"./*": "./*"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user