Skip to content

Commit

Permalink
fix(module): transpile edge aswell
Browse files Browse the repository at this point in the history
Resolves #1513.
  • Loading branch information
dargmuesli committed Sep 14, 2022
1 parent 1bdc1e7 commit 17e05e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default defineNuxtModule<NuxtI18nOptions>({
// transpile @nuxtjs/i18n
// https://github.com/nuxt/framework/issues/5257
nuxt.options.build.transpile.push('@nuxtjs/i18n')
nuxt.options.build.transpile.push('@nuxtjs/i18n-edge')
}
})

Expand Down

0 comments on commit 17e05e4

Please sign in to comment.