I had a problem with the 4.3.0 that I wanted to share.
My Nuxt 3 production build failed because of relative dependencies added in the generated js.
It took me a while to realize it came from the i18n package.
The relatives path added in the nuxt generated js concerned your '/src/vendor/lodash' directory
Describe the solution
Anyway, browsing in your repo I see that these directory has been remove in 4.3.1-beta. So I upgrade and it's ok now.
Description
I had a problem with the 4.3.0 that I wanted to share. My Nuxt 3 production build failed because of relative dependencies added in the generated js. It took me a while to realize it came from the i18n package. The relatives path added in the nuxt generated js concerned your '/src/vendor/lodash' directory
Describe the solution
Anyway, browsing in your repo I see that these directory has been remove in 4.3.1-beta. So I upgrade and it's ok now.