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 09a0598 commit be66f5fCopy full SHA for be66f5f
src/plugins/external-plugin.ts
@@ -81,7 +81,7 @@ export const unplugin = createUnplugin((options: ExternalPluginOptions, meta) =>
81
for (const locale of options.locales) {
82
const ftlPath = normalizePath(resolvedOptions.getFtlPath(locale, id))
83
const ftlExists = await fileExists(ftlPath)
84
- const relativeFtlPath = relative(dirname(id), ftlPath)
+ const relativeFtlPath = normalizePath(relative(dirname(id), ftlPath))
85
86
if (ftlExists) {
87
dependencies.push({
0 commit comments