diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index ee9a14290baa..199d3a80dc8b 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -61,7 +61,7 @@ const bundles = [ { label: 'dom-test-utils', moduleType: RENDERER_UTILS, - bundleTypes: [FB_DEV, NODE_DEV, NODE_PROD], + bundleTypes: [FB_DEV, NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD], entry: 'react-dom/test-utils', global: 'ReactTestUtils', externals: ['react', 'react-dom'],