Skip to content

Commit 0c4e1a3

Browse files
committed
upgrade rspack
1 parent 7f4f735 commit 0c4e1a3

File tree

4 files changed

+842
-697
lines changed

4 files changed

+842
-697
lines changed

src/packages/next/lib/with-customize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default async function withCustomize(
6767
customize.onCoCalcCom = customize.kucalc === KUCALC_COCALC_COM;
6868
customize.noindex = obj.props?.unlisted ?? false;
6969
customize.imprintOrPolicies =
70-
(customize.imprint ?? "" + customize.policies ?? "") != "";
70+
(customize.imprint ?? "") + (customize.policies ?? "") != "";
7171
customize.serverTime = Date.now();
7272

7373
// this is used for creating new projects from a share

src/packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@types/node": "^18.16.14",
103103
"@types/react": "^19.1.10",
104104
"@uiw/react-textarea-code-editor": "^3.1.1",
105-
"next-rspack": "^15.3.4",
105+
"next-rspack": "^15.4.6",
106106
"node-mocks-http": "^1.14.1"
107107
}
108108
}

0 commit comments

Comments
 (0)