Webpack is a build tool for modern web applications. When Webpack bundles your application, it recursively builds a dependency graph that includes every module your application needs. From this graph it then packages all of those modules into one or more bundles.
At Netlify we ask our users to leverage build tools so we may assist in the deployment of your project and this post will provide the context of what we actually mean by this. These tools package your project into a bundle that’s ready for deployment. They not only create a …
There are build tools like webpack, gulp, and browserify, but no one knows how to really use them. The confusion to how these tools work prevents users from doing a deep dive and understanding build tools. I am looking answer the why behind build tools by revealing the key features you can …
Webpack is JavaScript module bundler that has taken the world by storm, but a lack of great docs and wealth of boilerplates have led to many people using it, but not understand it.