diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index 7e0cd766d6577..12302671c00ea 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -267,16 +267,14 @@ const bundles = [ /******* React DOM Fizz Server *******/ { - bundleTypes: __EXPERIMENTAL__ - ? [NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD] - : [], + bundleTypes: [NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD], moduleType: RENDERER, entry: 'react-dom/unstable-fizz.browser', global: 'ReactDOMFizzServer', externals: ['react', 'react-dom/server'], }, { - bundleTypes: __EXPERIMENTAL__ ? [NODE_DEV, NODE_PROD] : [], + bundleTypes: [NODE_DEV, NODE_PROD], moduleType: RENDERER, entry: 'react-dom/unstable-fizz.node', global: 'ReactDOMFizzServer',