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 3c2f5ac commit c11242aCopy full SHA for c11242a
1 file changed
src/transform/resource.ts
@@ -84,6 +84,7 @@ export const ResourcePlugin = (options: BundlerPluginOptions, ctx: I18nNuxtConte
84
// ensure imported resources are transformed as well
85
const staticImports = findStaticImports(_code)
86
for (const x of staticImports) {
87
+ if (x.specifier.startsWith('\0')) continue
88
i18nPathSet.add(await resolvePath(resolve(dirname(id), x.specifier)))
89
}
90
0 commit comments