webpack
Here's a brief comparison between webpack and Snowpack and a step-by-step guide to getting started with Snowpack.
Learn how to improve build times when using webpack with the DLL plugin.
Bundlers serve as a cornerstone technology for all modern web apps. We've benchmarked Rollup, Parcel.js, and webpack across multiple criteria.
A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.
A good understanding of webpack's underlying principles can vastly improve your bundle size and overall app performance.
Vue can be a joy to use, but you may need extra tools to efficiently build apps with it. We cover five tools to...
If you’re bundling front-end assets, chances are you’re using a tool to do it. And that tool, most likely, is webpack. In this article,...
If you’re like me, then you’ve struggled with configuring webpack for your React app. Create-react-app (CRA) ships with webpack already under the hood, but...
Take a webpack configuration that handles Sass, Babel, and more with a Parcel setup.
Learn how to configure webpack from scratch for Tailwind CSS in React.
Introduction You’re probably here because your app has grown to the point where forcing the user to download the entire thing as a single...