fix(bundling): add missing package.json export field (#13035)

This commit is contained in:
Jack Hsu 2022-11-07 13:25:22 -05:00 committed by GitHub
parent b488a58375
commit a623e5290e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,5 +36,10 @@
},
"publishConfig": {
"access": "public"
},
"exports": {
"./package.json": {
"require": "./package.json"
}
}
}