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.
2 parents 1ad3516 + 64be72e commit 697166fCopy full SHA for 697166f
src/utils/has-php-translations.ts
@@ -8,7 +8,7 @@ function checkProcessEnv(): boolean {
8
9
function checkImportMeta(): boolean {
10
/** @ts-ignore */
11
- return typeof import.meta.env.VITE_LARAVEL_VUE_I18N_HAS_PHP !== 'undefined' &&
+ return typeof import.meta.env !== 'undefined' &&
12
13
import.meta.env.VITE_LARAVEL_VUE_I18N_HAS_PHP
14
? true
0 commit comments