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 cf5d715 commit ecada33Copy full SHA for ecada33
src/templates.ts
@@ -12,7 +12,7 @@ export function templatePlugin(config: Partial<ModuleOptions>, registry: Require
12
logger.warn('The `globals` array option is deprecated, please convert to an object.')
13
}
14
// handles tests
15
- const nuxt = tryUseNuxt() || { options: { buildDir: import.meta.dirname }}
+ const nuxt = tryUseNuxt() || { options: { buildDir: import.meta.dirname } }
16
const buildDir = nuxt.options.buildDir
17
const imports = []
18
const inits = []
0 commit comments