diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 734a9a60ad..7c10b5f4e0 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -261,6 +261,7 @@ const config: NuxtConfig = { // Enables use of IDE debuggers config.devtool = ctx.isClient ? "source-map" : "inline-source-map" }, + transpile: [({ isLegacy }) => (isLegacy ? "axios" : undefined)], }, typescript: { typeCheck: {