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.
console.log
1 parent 90b0c88 commit b8524d9Copy full SHA for b8524d9
‎src/module.ts‎
@@ -50,7 +50,6 @@ export default defineNuxtModule<ModuleOptions>({
50
const ignore = value as ModuleOptions['ignore'] || []
51
return [key, genArrayFromRaw(ignore.map(v => typeof v === 'string' ? JSON.stringify(v) : v.toString()))]
52
}))
53
- console.log(serialisedOptions)
54
config.virtual['#html-validator-config'] = `export default ${serialisedOptions}`
55
})
56
0 commit comments