feat(medusa-js): Bundle package using Rollup (#2964)

This commit is contained in:
Kasper Fabricius Kristensen
2023-01-10 08:44:25 -05:00
committed by GitHub
parent f3ced106ad
commit f6c81dab9e
6 changed files with 198 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa-js": patch
---
Changes build process from using `tsc` to `rollup`. This change ensures that the package works with modern build tools such as Vite@4 and esbuild.