When we talk about module bundlers for the web, webpack immediately comes to mind. Sure, it does a good job but has one big disadvantage.

Webpack is difficult to set up. Even for the first, simple code example in the official documentation, we need a configuration file — the infamous webpack.config.js.

This is where Parcel comes in — the bundler is a zero-configuration tool.

Correct, we don’t need to create a config file first — Parcel knows exactly what we are after.

Here are a few examples that will surely get you excited about Parcel.

#web-development #html #programming #webpack #javascript

Why You Should Try Out Parcel Right Now
1.55 GEEK