Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"@next/third-parties": "workspace:*",
"@opentelemetry/api": "1.4.1",
"@picocss/pico": "1.5.10",
"@rspack/core": "1.5.0",
"@rspack/core": "1.5.8",
"@slack/web-api": "7.9.1",
"@swc/cli": "0.1.55",
"@swc/core": "1.11.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"types": "index.d.ts",
"dependencies": {
"@next/rspack-core": "1.0.0"
"@next/rspack-core": "npm:@next-rspack/core@1.0.1-beta.0"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"@next/swc": "16.0.0-canary.5",
"@opentelemetry/api": "1.6.0",
"@playwright/test": "1.51.1",
"@rspack/core": "1.5.0",
"@rspack/core": "1.5.8",
"@storybook/addon-a11y": "8.6.0",
"@storybook/addon-essentials": "8.6.0",
"@storybook/addon-interactions": "8.6.0",
Expand Down
9 changes: 0 additions & 9 deletions packages/next/src/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2241,15 +2241,6 @@ export default async function getBaseWebpackConfig(
: undefined,
}

if (isRspack) {
// @ts-ignore
// Disable Rspack's incremental buildChunkGraph due to Next.js compatibility issues
// TODO: Remove this workaround after Rspack 1.5.1 release
webpack5Config.experiments.incremental = {
buildChunkGraph: false,
}
}

webpack5Config.module!.parser = {
javascript: {
url: 'relative',
Expand Down
2 changes: 1 addition & 1 deletion packages/next/src/compiled/sass-loader/cjs.js

Large diffs are not rendered by default.

413 changes: 220 additions & 193 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading
Loading