Skip to content

Commit

Permalink
Fix axios import for vue-server-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Nov 13, 2023
1 parent 78c84c3 commit d23e35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/nuxt.config.ts
Expand Up @@ -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: {
Expand Down

0 comments on commit d23e35a

Please sign in to comment.