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 86503f2 commit 3a18fdbCopy full SHA for 3a18fdb
packages/unplugin-vue-i18n/test/utils.ts
@@ -54,7 +54,9 @@ async function bundleVite(
54
}
55
56
if (ignoreIds == null) {
57
- ignoreIds = await glob(resolve(__dirname, './fixtures/directives/*.vue'), { expandDirectories: false })
+ ignoreIds = await glob(resolve(__dirname, './fixtures/directives/*.vue'), {
58
+ expandDirectories: false
59
+ })
60
61
62
// @ts-ignore
0 commit comments