JSPM

@rspack/cli

2.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1069579
  • Score
    100M100P100Q181940F
  • License MIT

CLI for rspack

Package Exports

  • @rspack/cli
  • @rspack/cli/package.json

Readme

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.