Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(nuxt): add build.transpile strings to nitro inline list (#10094)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 21, 2023
1 parent 29f8bc8 commit 6f38889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt/src/core/nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export async function initNitro (nuxt: Nuxt & { _nitro?: Nitro }) {
'@nuxt/',
nuxt.options.buildDir
]),
...nuxt.options.build.transpile.filter(i => typeof i === 'string'),
'nuxt/dist',
'nuxt3/dist',
distDir
Expand Down

0 comments on commit 6f38889

Please sign in to comment.