🚨(react) fix package json
fix error: Module not found: Error: Default condition should be last one
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"default": "./dist/index.js",
|
"types": "./dist/index.d.ts",
|
||||||
"types": "./dist/index.d.ts"
|
"default": "./dist/index.js"
|
||||||
},
|
},
|
||||||
"./style": "./dist/style.css",
|
"./style": "./dist/style.css",
|
||||||
"./fonts": "./dist/fonts.css",
|
"./fonts": "./dist/fonts.css",
|
||||||
|
|||||||
Reference in New Issue
Block a user