File tree Expand file tree Collapse file tree 9 files changed +330
-191
lines changed
Expand file tree Collapse file tree 9 files changed +330
-191
lines changed Original file line number Diff line number Diff line change 3030 "dependencies" : {
3131 "@modern-js/flight-server-transform-plugin" : " workspace:*" ,
3232 "@modern-js/utils" : " workspace:*" ,
33- "@rsbuild/core" : " 1.6.13 " ,
33+ "@rsbuild/core" : " 1.6.14 " ,
3434 "@rsbuild/plugin-assets-retry" : " 1.5.0" ,
3535 "@rsbuild/plugin-babel" : " 1.0.6" ,
3636 "@rsbuild/plugin-check-syntax" : " 1.6.0" ,
Original file line number Diff line number Diff line change @@ -204,9 +204,15 @@ export class RspackRscClientPlugin {
204204 compilation . hooks . additionalTreeRuntimeRequirements . tap (
205205 RspackRscClientPlugin . name ,
206206 ( _chunk , runtimeRequirements ) => {
207- runtimeRequirements . add ( RuntimeGlobals . ensureChunkHandlers ) ;
208- runtimeRequirements . add ( RuntimeGlobals . ensureChunk ) ;
209- runtimeRequirements . add ( RuntimeGlobals . compatGetDefaultExport ) ;
207+ runtimeRequirements . add (
208+ RuntimeGlobals . ensureChunkHandlers as unknown as string ,
209+ ) ;
210+ runtimeRequirements . add (
211+ RuntimeGlobals . ensureChunk as unknown as string ,
212+ ) ;
213+ runtimeRequirements . add (
214+ RuntimeGlobals . compatGetDefaultExport as unknown as string ,
215+ ) ;
210216 } ,
211217 ) ;
212218
Original file line number Diff line number Diff line change 119119 "@modern-js/plugin" : " workspace:*" ,
120120 "@modern-js/runtime" : " workspace:*" ,
121121 "@modern-js/types" : " workspace:*" ,
122- "@rsbuild/core" : " 1.6.13 " ,
122+ "@rsbuild/core" : " 1.6.14 " ,
123123 "@scripts/jest-config" : " workspace:*" ,
124124 "@rslib/core" : " 0.18.3" ,
125125 "@modern-js/rslib" : " workspace:*" ,
Original file line number Diff line number Diff line change 7373 "react-dom" : " ^19.2.1" ,
7474 "supertest" : " ^6.3.4" ,
7575 "typescript" : " ^5" ,
76- "@rsbuild/core" : " 1.6.13 "
76+ "@rsbuild/core" : " 1.6.14 "
7777 },
7878 "peerDependencies" : {
7979 "react" : " >=17.0.0"
Original file line number Diff line number Diff line change 263263 "@modern-js/rslib" : " workspace:*" ,
264264 "@modern-js/app-tools" : " workspace:*" ,
265265 "@remix-run/web-fetch" : " ^4.1.3" ,
266- "@rsbuild/core" : " 1.6.13 " ,
266+ "@rsbuild/core" : " 1.6.14 " ,
267267 "@scripts/jest-config" : " workspace:*" ,
268268 "@testing-library/react" : " ^13.4.0" ,
269269 "@types/cookie" : " 0.6.0" ,
Original file line number Diff line number Diff line change 122122 "@modern-js/types" : " workspace:*" ,
123123 "@modern-js/builder" : " workspace:*" ,
124124 "@modern-js/utils" : " workspace:*" ,
125- "@rsbuild/core" : " 1.6.13 " ,
125+ "@rsbuild/core" : " 1.6.14 " ,
126126 "@swc/helpers" : " ^0.5.17" ,
127127 "es-module-lexer" : " ^1.7.0" ,
128128 "esbuild" : " 0.25.5" ,
Original file line number Diff line number Diff line change 9494 "@modern-js/types" : " workspace:*" ,
9595 "@swc/helpers" : " ^0.5.17" ,
9696 "jiti" : " 1.21.7" ,
97- "@rsbuild/core" : " 1.6.13 "
97+ "@rsbuild/core" : " 1.6.14 "
9898 },
9999 "devDependencies" : {
100100 "@modern-js/builder" : " workspace:*" ,
Original file line number Diff line number Diff line change 1616 "@modern-js/builder" : " workspace:*" ,
1717 "@modern-js/utils" : " workspace:*" ,
1818 "@playwright/test" : " 1.57.0" ,
19- "@rsbuild/core" : " 1.6.13 " ,
19+ "@rsbuild/core" : " 1.6.14 " ,
2020 "@types/connect" : " ^3.4.38" ,
2121 "@types/lodash" : " ^4.17.21" ,
2222 "@types/node" : " ^20" ,
You can’t perform that action at this time.
0 commit comments