intlify / vue-cli-plugin-i18n

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation stripping out existing pluginOptions?

jaimeguaman opened this issue · comments

Today I installed vue-i18n following steps detailed in the docs
https://kazupon.github.io/vue-i18n/installation.html#vue-cli-3-x

When trying to run the local server, the following error appeared:

Captura de Pantalla 2020-06-15 a la(s) 23 41 32

I checked the vue config file, and plugin options for Quasar Framework (existing config)
were stripped out during the installation process

Captura de Pantalla 2020-06-15 a la(s) 23 36 52

I re added the missing config and dev server started as usual, but I'm with the doubt if this is the expected behavior or something went wrong during the installation