Skip to content

Commit

Permalink
fix(nuxt): don't externalize .nuxt folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 24, 2023
1 parent 95b1313 commit 3ba02bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/histoire-plugin-nuxt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export async function setupVue3 () {
viteNodeInlineDeps: [
/\/(nuxt|nuxt3)\//,
/^#/,
/\.nuxt/,
...(nuxt.options.build.transpile.filter(
r => typeof r === 'string' || r instanceof RegExp,
) as Array<string | RegExp>),
Expand Down

0 comments on commit 3ba02bf

Please sign in to comment.