I just started this Nuxt project and i only added 2 pages 2 node modules and a bit of logic
i used
vue init nuxt/starter
i finished my dev work and i tested out the nuxt build to check the production version and i had some surprising results
I couldn't figure out how the vendor file got to that size so i used
npm run build -a
to get some stats on the build and here is the result
From this stats i see that the biggest files are the Vue related ones and the bn.js
What am i missing ? how can i fix this .. surely i'm missing something so please HELP
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2332">#c2332</a>)</em></sub></div>