If you’ve struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.
If you want to have faster builds but don’t have the time to go through a big migration, esbuild-loader enables you to use esbuild alongside webpack.
Create a parser to handle raw text inputs with the ANTLR toolkit and webpack in this step-by-step tutorial and example build.
Webpack 5 featured architectural changes that set the stage for future user-friendly improvements. Here’s what to look for going forward.
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 do just that.
If you’re bundling front-end assets, chances are you’re using a tool to do it. And that tool, most likely, is […]
Take a webpack configuration that handles Sass, Babel, and more with a Parcel setup.