tech/webdev magazine

September 4, 2018

Webpack Bundle Analysis — A necessary step for all web application developers!

Tuesday, September 04, 2018 Teklinks

If you are trying to create a modern performant web application.. then chances are high that you are using Webpack Directly or indirectly! Are you using CRA (create-react-app) for React? Are you using Angular-CLI for starting your angular app? Are you using Vue-cli to initialize your Vue applications? If your answers are YES to any of the question above — then you are using webpack in the background!

Full article