Home

Issue: 2681

Vendor to big

[issue link]

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

This question is available on Nuxt.js community (#c2332)