We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4666b4 commit 7cf23cdCopy full SHA for 7cf23cd
src/module.ts
@@ -90,11 +90,11 @@ export default defineNuxtModule<ModuleOptions>({
90
optionalComponents = [...optionalComponents];
91
92
for (const obj of optionalImports) {
93
- console.log(`${options.prefix}${obj.name}`, obj.path);
94
addImports({
95
as: `${options.prefix}${obj.name}`,
96
name: obj.name,
97
from: obj.path,
+ // _internal_install: obj.path,
98
});
99
transpileModules.add(obj.path);
100
}
@@ -103,5 +103,7 @@ export default defineNuxtModule<ModuleOptions>({
103
...nuxt.options.build.transpile,
104
...transpileModules,
105
];
106
+
107
+ console.log("Tiptap Editor initialized")
108
},
109
0 commit comments