New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nx/rspack

Package Overview
Dependencies
Maintainers
0
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/rspack

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

  • 0.0.0-pr-28218-5048fd1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27K
increased by5.77%
Maintainers
0
Weekly downloads
 
Created
Source

Nx - Smart Monorepos · Fast CI

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart Monorepos · Fast CI

Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

This package is a Rspack plugin for Nx.

Getting Started

Creating an Nx Workspace

Using npx

npx create-nx-workspace

Using npm init

npm init nx-workspace

Using yarn create

yarn create nx-workspace

Adding Nx to an Existing Repository

Run:

npx nx@latest init

Documentation & Resources

Nx - Smart Monorepos · Fast CI

Nx - Smart, Fast and Extensible Build System


Nx: Smart, Fast and Extensible Build System

Nx is a next generation build system with first class monorepo support and powerful integrations.

This package is a Rspack plugin for Nx.

Getting Started

Use --preset=@nx/rspack when creating new workspace.

e.g.

npx create-nx-workspace@latest rspack-demo --preset=@nx/rspack

Now, you can go into the rspack-demo folder and start development.

cd rspack-demo
npm start

You can also run lint, test, and e2e scripts for the project.

npm run lint
npm run test
npm run e2e

Existing workspaces

You can add Rspack to any existing Nx workspace.

First, install the plugin:

npm install --save-dev @nx/rspack

Then, r

Note: You must restart the server if you make any changes to your library.

Keywords

FAQs

Package last updated on 01 Oct 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