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
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:
locales included as
locales: "en-US"
:How can we avoid this to make output smaller?