Tag: webpack

The best webpack configurations for React applications

Dev

If you’ve struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.

Adewale Abati
Aug 15, 2021 ⋅ 12 min read
webpack or esbuild: Why not both?

webpack or esbuild: Why not both?

Dev

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.

John Reilly
Jun 23, 2021 ⋅ 4 min read

Parsing raw text inputs in web applications using ANTLR

Dev

Create a parser to handle raw text inputs with the ANTLR toolkit and webpack in this step-by-step tutorial and example build.

Shalitha Suranga
Jun 1, 2021 ⋅ 6 min read
Features coming to webpack 2021

Changes coming to webpack in 2021

Dev

Webpack 5 featured architectural changes that set the stage for future user-friendly improvements. Here’s what to look for going forward.

Elijah Asaolu
Feb 17, 2021 ⋅ 4 min read
webpack snowpack comparison bundle

Why and how to use Snowpack instead of webpack

Dev

Here’s a brief comparison between webpack and Snowpack and a step-by-step guide to getting started with Snowpack.

Pam Lu
Nov 9, 2020 ⋅ 4 min read
The Webpack logo against a white background;

Improve your webpack build with the DLL plugin

Dev

Learn how to improve build times when using webpack with the DLL plugin.

Chisimdiri Ejinkeonye
Oct 26, 2020 ⋅ 3 min read
Benchmarking Bundlers in 2020: Parcel.js vs. Rollup vs. webpack

Benchmarking bundlers 2020: Rollup vs. Parcel vs. webpack

Dev

Bundlers serve as a cornerstone technology for all modern web apps. We’ve benchmarked Rollup, Parcel.js, and webpack across multiple criteria.

Zain Sajjad
Oct 7, 2020 ⋅ 6 min read

Slimming down your bundle size

Dev

A large part of frontend loading time is spent on executing JavaScript files as well as rendering the page.

Kasra Khosravi
Jun 18, 2020 ⋅ 9 min read
An In-depth Guide To Performance Optimization With Webpack

An in-depth guide to performance optimization with webpack

Dev

A good understanding of webpack’s underlying principles can vastly improve your bundle size and overall app performance.

Sebastian Weber
May 7, 2020 ⋅ 21 min read
Useful Development Tools For Vue.js

5 useful development tools for Vue.js

Dev

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.

Deji Atoyebi
Jun 24, 2019 ⋅ 5 min read

New features in webpack 5

Dev

If you’re bundling front-end assets, chances are you’re using a tool to do it. And that tool, most likely, is […]

Dennis Gaebel
Feb 6, 2019 ⋅ 5 min read

Switching to Parcel from webpack

Dev

Take a webpack configuration that handles Sass, Babel, and more with a Parcel setup.

Sunil Sandhu
Oct 12, 2018 ⋅ 5 min read