1. @webpack-cli/serve
[![NPM Downloads][downloads]][downloads-url]
@webpack-cli/serve
Package: @webpack-cli/serve
Created by: webpack
Last modified: Sun, 04 Jun 2023 02:13:55 GMT
Version: 2.0.5
License: MIT
Downloads: 24,456,076
Repository: https://github.com/webpack/webpack-cli

Install

npm install @webpack-cli/serve
yarn add @webpack-cli/serve

webpack-cli serve

NPM Downloads

Note

This package is used by webpack-cli under-the-hood and is not intended for installation

Description

This package contains the logic to run webpack-dev-server to serve your webpack app and provide live reloading.

Installation

 npm i -D webpack-cli @webpack-cli/serve

Usage

CLI (via webpack-cli)

 npx webpack-cli serve

Options

Checkout SERVE-OPTIONS-v3.md or SERVE-OPTIONS-v4.md to see list of all available options for serve command for respective webpack-dev-server version.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code