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 20aa9d5 commit 6361c68Copy full SHA for 6361c68
src/templates.ts
@@ -21,7 +21,6 @@ export function templatePlugin(config: Partial<ModuleOptions>, registry: Require
21
if (importDefinition) {
22
// title case
23
imports.unshift(`import { ${importDefinition.import.name} } from '${relative(buildDir, importDefinition.import.from)}'`)
24
- console.log(`import { ${importDefinition.import.name} } from '${relative(buildDir, importDefinition.import.from)}'`)
25
const args = (typeof c !== 'object' ? {} : c) || {}
26
if (c === 'mock')
27
args.scriptOptions = { trigger: 'manual', skipValidation: true }
0 commit comments