Warn You are running the esm-bundler build of vue-i18n.
See original GitHub issueModule versions:
- Vue CLI: 4.5.11
vue-cli-plugin-i18n
: 2.0.0
To Reproduce
- Run
vue create project
(selectDefault (Vue 3 Preview) ([Vue 3] babel, eslint)
) - Run
vue add i18n
- Run
npm run serve
Expected behavior This warning should be able to be removed by setting plugin options.
Screenshots
Additional context
It seems that the problem is the __INTLIFY_PROD_DEVTOOLS__
flag is missing.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:29 (5 by maintainers)
Top Results From Across the Web
You are running the esm-bundler build of vue-i18n. It ... - GitHub
I have created an app with vue 3.2 and added vue-i18n. and i get the following warning in the browser console: You are...
Read more >You are running the esm-bundler build of vue-i18n. It is ...
Now i am using this way to import the i18n, the warning is disapear import { createI18n } from 'vue-i18n/index'.
Read more >Optimization - Vue I18n - Intlify
Quasar CLI takes care of the optimizations for you. Reduce bundle size with feature build flags #. The esm-bundler builds now exposes global ......
Read more >[Solved]-You are running the esm-bundler build of vue-i18n. It ...
[Solved]-You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with-Vue.js.
Read more >The Ultimate Vue Localization Guide | Phrase
Note » When developing with Vue I18n, you might get a warning in your browser console that says, “You are running the esm-bundler...
Read more >Top Related Medium Post
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am using version
9.2.0-beta.22
and still get this messageHey @kazupon any update on this?
This conditional is causing me the warning using vue 3: