Closed AhsanAbrar closed 3 years ago
vue-i18n
@intlify/vite-plugin-vue-i18n
vite
Screenshots
why we are seeing this warning with vite 2.x?
You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle.
it should be solved.
same #74
I've just fixed it! please check lastest version! https://github.com/intlify/vite-plugin-vue-i18n/releases/tag/v2.0.2
vue-i18n
: ^9.0.0@intlify/vite-plugin-vue-i18n
: 2.xvite
: 2.xScreenshots
why we are seeing this warning with vite 2.x?
it should be solved.