fix(bundling): add missing package.json export field (#13035)
This commit is contained in:
parent
b488a58375
commit
a623e5290e
@ -36,5 +36,10 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
},
|
||||||
|
"exports": {
|
||||||
|
"./package.json": {
|
||||||
|
"require": "./package.json"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user