Add i18n module to auto-imports

This commit is contained in:
Aaron Klinker
2024-01-12 22:45:58 -06:00
parent 607c70dd56
commit 174cbbc5eb
+1
View File
@@ -18,6 +18,7 @@ export function getUnimportOptions(
{ package: 'wxt/browser' },
{ package: 'wxt/sandbox' },
{ package: 'wxt/storage' },
{ package: 'wxt/i18n' },
],
warn: config.logger.warn,
dirs: ['components', 'composables', 'hooks', 'utils'],