Skip to content

Commit

Permalink
fix: transpile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender committed Dec 1, 2024
1 parent 64989eb commit 3615776
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ export default defineNuxtModule<ModuleOptions>({
transpileModules.add(obj.path)
}

transpileModules.add(
'./custom-extensions',
)

nuxt.options.build.transpile = [
...nuxt.options.build.transpile,
...Array.from(transpileModules),
Expand Down

0 comments on commit 3615776

Please sign in to comment.