vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.7k stars 4.39k forks source link

Vue.js vendor file is too big #1474

Open hamzeh010 opened 5 years ago

hamzeh010 commented 5 years ago

screen shot 2019-01-09 at 8 09 35 pm

lvzhenbang commented 5 years ago

Consider using ‘code spliting’, using ‘require.ensure()’ or ‘import()’ within code blocks.