Skip to content

Commit 3615776

Browse files
committed
fix: transpile errors
1 parent 64989eb commit 3615776

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/module.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ export default defineNuxtModule<ModuleOptions>({
112112
transpileModules.add(obj.path)
113113
}
114114

115-
transpileModules.add(
116-
'./custom-extensions',
117-
)
118-
119115
nuxt.options.build.transpile = [
120116
...nuxt.options.build.transpile,
121117
...Array.from(transpileModules),

0 commit comments

Comments
 (0)