After production build my vue.js app, i saw that my chunk-vendors files are too big and this have an impact on web performance, screen below:
how to reduce size of this files?
I try to import component in my router.js via lazy loading but not help here, what is another solution to this problem?
thanks for any help!
