Warning appear in chrome extensions and i18n return message key
[intlify] The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return 'failed'.
Create a Quasar project: yarn create quasar with vite, typescript, i18n, axios, pinia, eslint, composition api with script setup
Add mode bex: quasar m add bex
Run dev: quasar dev -m bex
Other mode still working except mode/bex.
A warning appear.
[intlify] The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return 'failed'.
and i18n not working.
A Reproduction URL not required because this run in chrome extensions
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
What happened?
i18n not working in mode/bex
What did you expect to happen?
Warning appear in chrome extensions and i18n return message key
Reproduction URL
https://stackblitz.com/edit/quasarframework-atdtac?file=src%2FApp.vue
How to reproduce?
yarn create quasar
with vite, typescript, i18n, axios, pinia, eslint, composition api with script setupquasar m add bex
quasar dev -m bex
Other mode still working except mode/bex. A warning appear.
and i18n not working.
A Reproduction URL not required because this run in chrome extensions
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
BEX Mode
Platforms/Browsers
Chrome
Quasar info output
No response
Relevant log output
No response
Additional context
No response