diff --git a/packages/unplugin-vue-i18n/src/core/directive.ts b/packages/unplugin-vue-i18n/src/core/directive.ts index c1db4b1..e5b931c 100644 --- a/packages/unplugin-vue-i18n/src/core/directive.ts +++ b/packages/unplugin-vue-i18n/src/core/directive.ts @@ -89,7 +89,10 @@ export function directivePlugin({ ) } - return code + return { + code, + map: { version: 3, mappings: '', sources: [] } as any + } } } }