Skip to content

Commit adcf980

Browse files
andiemmadavieswilcoxnhunzaker
authored andcommitted
Re-enable UMD build for TestUtils (#11599)
Fixes #11111
1 parent 669a70d commit adcf980

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
@@ -61,7 +61,7 @@ const bundles = [
6161
{
6262
label: 'dom-test-utils',
6363
moduleType: RENDERER_UTILS,
64-
bundleTypes: [FB_DEV, NODE_DEV, NODE_PROD],
64+
bundleTypes: [FB_DEV, NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD],
6565
entry: 'react-dom/test-utils',
6666
global: 'ReactTestUtils',
6767
externals: ['react', 'react-dom'],

0 commit comments

Comments
 (0)