nuxt3 icon indicating copy to clipboard operation
nuxt3 copied to clipboard

configuration file (vue-i18n.mjs) not working anymore

Open exreplay opened this issue 3 years ago • 1 comments

The PR https://github.com/intlify/nuxt3/pull/73 completely disabled the functionality for the configuration file. I ran some tests locally and found that by reverting those changes, the problem does not exist anymore on newer nuxt rc versions. Especially the changes in the loader.ts file.

Is there any chance those changes can be reverted?

exreplay avatar Sep 07 '22 14:09 exreplay

Same problem for me with Nuxt RC-11 : Cannot create property 'messages' on string 'src/config/vue-i18n.mjs'

SparkDragon avatar Sep 22 '22 11:09 SparkDragon