hotfix(medusa-js, medusa-react): Fix issue with JS client bundle (#3038)

This commit is contained in:
Kasper Fabricius Kristensen
2023-01-16 11:44:24 -05:00
committed by GitHub
parent 5c6931953a
commit cb25244007
12 changed files with 517 additions and 225 deletions

View File

@@ -0,0 +1,6 @@
---
"@medusajs/medusa-js": patch
"medusa-react": patch
---
hotfix: Fixes bundling error making JS client unable to run in Node enviornments. Also fixes wrong payload type of admin file uploads.