This week, Facebook merged a monster pull request into React that replaced its existing build process with one based on Rollup, prompting… (more…)
Read more »
One of the signature features of webpack is its use of the “dependency graph” to manage and bundle assets. However, each resource that is loaded into webpack must be treated as JavaScript. Until now. (more…)
Read more »
To ensure a great user experience it is important to keep the initial page load as fast as possible. There are two main ways of doing this; one is to reduce the number of file requests made when t… (more…)
Read more »
performance-budget-plugin - Perfromance budget plugin for Webpack (https://webpack.js.org/)... (more…)
Read more »
After getting feedback from the community about webpack being hard to get started with, we listened and decided to re-envision the CLI for… (more…)
Read more »