18.3.0 • Published 5 days ago

@nx/rspack v18.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

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, run the rspack-project generator:

npx nx g @nx/rspack:rspack-project --skipValidation

Note: The --skipValidation option allows you to overwrite existing build targets.

Workspace libraries

The @nx/rspack executor support importing workspace libs into the app.

npx nx g @nx/react:lib mylib

Import the new library in your app.

// src/app/app.tsx
import { Mylib } from '@rspack-demo/mylib';

// ...

export default function App() {
  return <MyLib />;
}

Now, run the dev server again to see the new library in action.

npm start

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

18.3.0

5 days ago

18.3.0-beta.1

5 days ago

18.3.0-beta.2

5 days ago

18.0.6

2 months ago

18.0.5

2 months ago

18.0.4

2 months ago

18.0.3

2 months ago

18.0.2

2 months ago

18.0.0

2 months ago

17.2.8

3 months ago

17.2.3

4 months ago

18.0.1

4 months ago

17.2.1

4 months ago

17.2.2

4 months ago

17.2.0

4 months ago

16.8.2

8 months ago

16.8.1

8 months ago

16.8.0

8 months ago

16.7.1

8 months ago

16.7.0

8 months ago

16.7.0-beta.1

8 months ago

17.0.0

6 months ago

16.4.0

10 months ago

16.3.1

11 months ago

16.3.0

11 months ago

16.3.0-beta.1

11 months ago

16.2.0

11 months ago

16.2.0-beta.2

11 months ago

16.2.0-beta.1

11 months ago

16.1.2

12 months ago

16.1.1

12 months ago

16.0.0

12 months ago

16.0.0-beta.4

12 months ago

16.0.0-beta.3

12 months ago

16.0.0-beta.2

12 months ago

16.0.0-beta.1

12 months ago

16.0.0-beta.0

12 months ago