Skip to content

Commit

Permalink
Merge pull request #32 from nabla-studio/DavideSegullo/fix-nuxt_trans…
Browse files Browse the repository at this point in the history
…pile

fix(nuxt): 🐛 fix nuxt transpile
  • Loading branch information
DavideSegullo authored Dec 9, 2023
2 parents e9224e5 + 136ddb0 commit c1c7c55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default defineNuxtModule<QuirksNuxtOptions>({
// add packages to transpile target for alias resolution
nuxt.options.build = nuxt.options.build || {};
nuxt.options.build.transpile = nuxt.options.build.transpile || [];
nuxt.options.build.transpile.push(packageName);

const exclude = nuxt.options.quirks?.excludeImports || [];

Expand Down

0 comments on commit c1c7c55

Please sign in to comment.