pwrstudio / nnn.freeport.global

0 stars 0 forks source link

Optimize webpack bundle #29

Open pwrstudio opened 6 years ago

pwrstudio commented 6 years ago

https://medium.com/@adamrackis/vendor-and-code-splitting-in-webpack-2-6376358f1923

https://survivejs.com/webpack/building/code-splitting/

https://github.com/FormidableLabs/formidable-playbook/blob/master/docs/frontend/webpack-code-splitting.md

http://jonathancreamer.com/advanced-webpack-part-2-code-splitting/

https://vuejsdevelopers.com/2017/07/03/vue-js-code-splitting-webpack/

pwrstudio commented 6 years ago

https://vuejsdevelopers.com/2017/07/08/vue-js-3-ways-code-splitting-webpack/

https://alexjoverm.github.io/2017/07/16/Lazy-load-in-Vue-using-Webpack-s-code-splitting/

https://router.vuejs.org/en/advanced/lazy-loading.html

pwrstudio commented 6 years ago

https://hackernoon.com/optimising-your-application-bundle-size-with-webpack-e85b00bab579

https://hackernoon.com/reduce-webpack-bundle-size-for-production-880bb6b2c72f

https://medium.com/@khanght/optimize-webpack-production-build-ec594242b222

https://github.com/kumartarun/optimize-webpack-bundle

https://michalzalecki.com/optimize-react-build-for-production-with-webpack/