Skip to content

Commit 664b8d1

Browse files
committed
Use node build options
1 parent ee24df3 commit 664b8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const bundles = [
260260

261261
/******* React DOM Fizz Server Edge *******/
262262
{
263-
bundleTypes: [BUN_DEV, BUN_PROD],
263+
bundleTypes: [NODE_DEV, NODE_PROD],
264264
moduleType: RENDERER,
265265
entry: 'react-dom/src/server/ReactDOMFizzServerEdge.js',
266266
name: 'react-dom-server.edge', // 'node_modules/react/*.js',

0 commit comments

Comments
 (0)