nuxt-community / date-fns-module

Modern JavaScript date utility library - date-fns for Nuxt.js
MIT License
78 stars 8 forks source link

Treeshaking of Locales #54

Closed tfnsyl closed 3 years ago

tfnsyl commented 3 years ago

Hi, if I describe locales in nuxt.config.js file, it seems that all locales are included in the build file. But if no locales are defined, the output is tiny as expected.

You can see it on the screenshots below. I got them via yarn nuxt build --analyze

No locales included in nuxt.config.js:

image

locales included as locales: "en-US":

image

How can we avoid this to make output smaller?

ricardogobbosouza commented 3 years ago

Hi @tfnsyl I will implement https://github.com/date-fns/date-fns/blob/master/docs/webpack.md#webpack