We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee24df3 commit 664b8d1Copy full SHA for 664b8d1
scripts/rollup/bundles.js
@@ -260,7 +260,7 @@ const bundles = [
260
261
/******* React DOM Fizz Server Edge *******/
262
{
263
- bundleTypes: [BUN_DEV, BUN_PROD],
+ bundleTypes: [NODE_DEV, NODE_PROD],
264
moduleType: RENDERER,
265
entry: 'react-dom/src/server/ReactDOMFizzServerEdge.js',
266
name: 'react-dom-server.edge', // 'node_modules/react/*.js',
0 commit comments