File tree Expand file tree Collapse file tree 4 files changed +372
-44
lines changed
packages/react-server-dom-esm Expand file tree Collapse file tree 4 files changed +372
-44
lines changed Original file line number Diff line number Diff line change 1313 "prompts" : " ^2.4.2" ,
1414 "react" : " experimental" ,
1515 "react-dom" : " experimental" ,
16- "undici" : " ^5.20.0"
16+ "undici" : " ^5.20.0" ,
17+ "webpack-sources" : " ^3.2.0"
1718 },
1819 "scripts" : {
1920 "predev" : " cp -r ../../build/oss-experimental/* ./node_modules/" ,
2021 "prestart" : " cp -r ../../build/oss-experimental/* ./node_modules/" ,
2122 "dev" : " concurrently \" npm run dev:region\" \" npm run dev:global\" " ,
2223 "dev:global" : " NODE_ENV=development BUILD_PATH=dist node server/global" ,
23- "dev:region" : " NODE_ENV=development BUILD_PATH=dist nodemon --watch src --watch dist -- --experimental-loader ./loader/region.js --conditions=react-server server/region" ,
24+ "dev:region" : " NODE_ENV=development BUILD_PATH=dist nodemon --watch src --watch dist -- --enable-source-maps -- experimental-loader ./loader/region.js --conditions=react-server server/region" ,
2425 "start" : " concurrently \" npm run start:region\" \" npm run start:global\" " ,
2526 "start:global" : " NODE_ENV=production node server/global" ,
2627 "start:region" : " NODE_ENV=production node --experimental-loader ./loader/region.js --conditions=react-server server/region"
Original file line number Diff line number Diff line change @@ -755,6 +755,11 @@ vary@~1.1.2:
755755 resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
756756 integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
757757
758+ webpack-sources@^3.2.0 :
759+ version "3.2.3"
760+ resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
761+ integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
762+
758763wrap-ansi@^7.0.0 :
759764 version "7.0.0"
760765 resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
Original file line number Diff line number Diff line change 5858 "react-dom" : " ^19.0.0"
5959 },
6060 "dependencies" : {
61- "acorn-loose" : " ^8.3.0"
61+ "acorn-loose" : " ^8.3.0" ,
62+ "webpack-sources" : " ^3.2.0"
6263 }
6364}
You can’t perform that action at this time.
0 commit comments