package.json兼容webpack5
This commit is contained in:
parent
fdf34b3999
commit
b587af88b5
|
@ -24,5 +24,13 @@
|
|||
"watch-test": "yarn test --watch --dev"
|
||||
},
|
||||
"files": ["build/**/*", "README.md"],
|
||||
"types": "./build/@types/index.d.ts"
|
||||
"types": "./build/@types/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"default": "./index.js"
|
||||
},
|
||||
"./package.json":"./package.json",
|
||||
"./jsx-runtime": "./jsx-runtime.js",
|
||||
"./jsx-dev-runtime": "./jsx-dev-runtime.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue