WebPack - Installation

About

Webpack is just a global npm package.

Installation

With Javascript - Yarn or Javascript - npm (Node package manager)

Local

  • Local to the project
yarn add webpack
npm install --save-dev webpack

Global

  • Global
yarn global add webpack
npm install --global webpack
  • Cli
yarn global add webpack-cli





Discover More
WebPack - Getting Started - Example =

A summary of the getting started page of Webpack. See also: In this setup: The dependencies are not explicit declared. It is not immediately...



Share this page:
Follow us:
Task Runner