Static GitHub Issues

[2681] Vendor to big

prev: Error starting on fresh install
next: [ISSUE] Vuex + Axios + JWT Token Auth

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

screen shot 2018-01-24 at 4 29 10 pm

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

screen shot 2018-01-24 at 4 29 24 pm

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>