Skip to content

Commit 7cf23cd

Browse files
modbendermodbender
modbender
authored and
modbender
committed
chore: console.log change
1 parent e4666b4 commit 7cf23cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/module.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ export default defineNuxtModule<ModuleOptions>({
9090
optionalComponents = [...optionalComponents];
9191

9292
for (const obj of optionalImports) {
93-
console.log(`${options.prefix}${obj.name}`, obj.path);
9493
addImports({
9594
as: `${options.prefix}${obj.name}`,
9695
name: obj.name,
9796
from: obj.path,
97+
// _internal_install: obj.path,
9898
});
9999
transpileModules.add(obj.path);
100100
}
@@ -103,5 +103,7 @@ export default defineNuxtModule<ModuleOptions>({
103103
...nuxt.options.build.transpile,
104104
...transpileModules,
105105
];
106+
107+
console.log("Tiptap Editor initialized")
106108
},
107109
});

0 commit comments

Comments
 (0)