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 1ad3516 commit 64be72eCopy full SHA for 64be72e
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