Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@rspack/cli

Package Overview
Dependencies
Maintainers
2
Versions
1170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/cli

CLI for rspack

Source
npmnpm
Version
2.0.0-alpha.0
Version published
Weekly downloads
652K
12.84%
Maintainers
2
Weekly downloads
 
Created
Source
Rspack Banner

@rspack/cli

Command-line interface for rspack.

Installation

pnpm add -D @rspack/cli
# or
npm install -D @rspack/cli
# or
yarn add -D @rspack/cli

Required dependencies

The rspack dev and rspack preview commands require @rspack/dev-server to be installed as a peer dependency:

pnpm add -D @rspack/dev-server
# or
npm install -D @rspack/dev-server
# or
yarn add -D @rspack/dev-server

If you try to use these commands without installing @rspack/dev-server, you will see a helpful error message with installation instructions.

Wasm test

See @rspack/test-tools for details.

Documentation

See https://rspack.rs for details.

License

Rspack is MIT licensed.

FAQs

Package last updated on 22 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts