Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rspack/cli

Package Overview
Dependencies
Maintainers
0
Versions
1083
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/cli

CLI for rspack

  • 0.7.5-canary-d73b4fa-20240621004417
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
145K
increased by5.7%
Maintainers
0
Weekly downloads
 
Created

What is @rspack/cli?

@rspack/cli is a command-line interface for Rspack, a fast JavaScript bundler. It allows developers to bundle JavaScript applications efficiently, providing various features for configuration, optimization, and development workflows.

What are @rspack/cli's main functionalities?

Bundling JavaScript

This command bundles the JavaScript files in your project according to the configuration specified in the rspack.config.js file.

npx rspack-cli build

Development Server

This command starts a development server with hot module replacement, allowing you to see changes in real-time as you develop your application.

npx rspack-cli serve

Custom Configuration

This command allows you to specify a custom configuration file for the bundling process, giving you flexibility in how your project is built.

npx rspack-cli build --config custom.config.js

Other packages similar to @rspack/cli

FAQs

Package last updated on 21 Jun 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc