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 bb8c343 commit dee4f82Copy full SHA for dee4f82
src/plugins/hydration.ts
@@ -24,7 +24,6 @@ export const InjectHydrationPlugin = createUnplugin(() => {
24
code: /defineNuxtComponent|defineComponent/,
25
},
26
async handler(code, id) {
27
- console.log(id)
28
const m = new MagicString(code)
29
const { program } = parseSync(id, code)
30
const imports = program.body.filter(node => node.type === 'ImportDeclaration')
0 commit comments