Software Alternatives & Reviews

An Intro To Webpack

Webpack Parcel
  1. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    Webpack is a tool we see often in today's web apps. But what exactly does it do? In this article we will go over some key concepts for understanding webpack, what it does, and how we can configure it. We'll also build our own custom webpack plugin, which can give us a better understanding of how webpack works as a whole.

    #Web Application Bundler #JS Build Tools #Module Bundler 219 social mentions

  2. 2
    Blazing fast, zero configuration web application bundler
    Pricing:
    • Open Source
    Parcel is an alternative that can work well for small-scale projects. It requires less configuration than webpack—or none at all.

    #Web Application Bundler #Assets Bundler #JS Build Tools 100 social mentions

Discuss: An Intro To Webpack

Log in or Post with