15.2.5 • Published 11 months ago

@next/plugin-rspack v15.2.5

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

@next/plugin-rspack (EXPERIMENTAL)

!WARNING This package is currently experimental and actively developed and supported in Next.js’ canary branch. To use this, you must be using a published canary build of Next.js.

This plugin allows you to use Rspack in place of webpack with Next.js.

Installation

npm install @next/plugin-rspack

or

yarn add @next/plugin-rspack

Usage

Create or update a next.config.js/next.config.ts and wrap your existing configuration:

const withRspack = require('@next/plugin-rspack')

/** @type {import('next').NextConfig} */
const nextConfig = {
  /* config options here */
}

module.exports = withRspack(nextConfig)

Usage with next-compose-plugins

Alternatively, you can use next-compose-plugins to quickly integrate @next/plugin-rspack with other Next.js plugins:

const withPlugins = require('next-compose-plugins')
const withRspack = require('@next/plugin-rspack')

module.exports = withPlugins([
  [withRspack],
  // your other plugins here
])
15.2.5

11 months ago

15.3.0-canary.33

11 months ago

15.3.0-canary.32

11 months ago

15.3.0-canary.31

11 months ago

15.3.0-canary.30

11 months ago

15.3.0-canary.29

11 months ago

15.3.0-canary.28

11 months ago

15.3.0-canary.27

11 months ago

15.3.0-canary.26

11 months ago

15.3.0-canary.25

11 months ago

15.3.0-canary.24

11 months ago

15.3.0-canary.23

12 months ago

15.3.0-canary.22

12 months ago

15.3.0-canary.21

12 months ago

15.2.4

12 months ago

15.3.0-canary.20

12 months ago

15.3.0-canary.19

12 months ago

15.3.0-canary.18

12 months ago

15.3.0-canary.17

12 months ago

15.3.0-canary.16

12 months ago

15.3.0-canary.15

12 months ago

15.3.0-canary.14

12 months ago

15.3.0-canary.13

12 months ago

15.2.3

12 months ago

15.3.0-canary.12

12 months ago

15.3.0-canary.11

12 months ago

15.3.0-canary.10

12 months ago

15.3.0-canary.9

12 months ago

15.3.0-canary.8

12 months ago

15.3.0-canary.6

12 months ago

15.3.0-canary.5

12 months ago

15.3.0-canary.4

12 months ago

15.3.0-canary.3

12 months ago

15.3.0-canary.2

12 months ago

15.3.0-canary.1

12 months ago

15.3.0-canary.0

12 months ago

15.2.2

12 months ago

15.2.2-canary.7

12 months ago

15.2.2-canary.6

12 months ago

15.2.2-canary.5

12 months ago

15.2.2-canary.4

12 months ago

15.2.2-canary.3

12 months ago

15.2.2-canary.2

1 year ago

15.2.2-canary.1

1 year ago

15.2.2-canary.0

1 year ago

15.2.1

1 year ago

15.2.1-canary.6

1 year ago

15.2.1-canary.5

1 year ago

15.2.1-canary.4

1 year ago

15.2.1-canary.3

1 year ago

15.2.1-canary.2

1 year ago

15.2.1-canary.1

1 year ago

15.2.1-canary.0

1 year ago

15.2.0

1 year ago