fnando / i18n

A small library to provide the I18n translations on the JavaScript.
https://fnando.github.io/i18n/
MIT License
169 stars 20 forks source link

Feature Request: About Vendor Lodash #66

Closed pinchtools closed 1 year ago

pinchtools commented 1 year ago

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.

tagliala commented 1 year ago

I think that this can be considered a "duplicate" of #65

fnando commented 1 year ago

v4.3.1 has been released, which undoes lodash's vendoring.