fix(js-sdk,admin-bundler): Fix qs import (#11172)

This commit is contained in:
Kasper Fabricius Kristensen
2025-01-27 15:00:18 +00:00
committed by GitHub
parent ea402875a5
commit 65d8d6dc0e
3 changed files with 9 additions and 2 deletions
@@ -34,6 +34,7 @@ export async function getViteConfig(
"react-router-dom",
"@medusajs/ui",
"@medusajs/dashboard",
"@medusajs/js-sdk",
"@tanstack/react-query",
],
exclude: [...VIRTUAL_MODULES],