mirror of
https://github.com/2234839/web-font.git
synced 2026-04-29 21:00:45 +08:00
fix: 修正 package.json exports 条件顺序,消除 tsup 构建警告
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6f0e3d8e6b
commit
b7a91a3a11
2
vendor/fonteditor-core/package.json
vendored
2
vendor/fonteditor-core/package.json
vendored
@ -75,9 +75,9 @@
|
||||
"types": "./index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./lib/main.esm.js",
|
||||
"require": "./lib/main.js",
|
||||
"types": "./index.d.ts",
|
||||
"default": "./lib/main.js"
|
||||
},
|
||||
"./lib/*": "./lib/*.js"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user