Skip to content

Commit

Permalink
Re-enable UMD build for TestUtils (#11599)
Browse files Browse the repository at this point in the history
Fixes #11111
  • Loading branch information
andiemmadavieswilcox authored and nhunzaker committed Nov 20, 2017
1 parent 669a70d commit adcf980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/bundles.js
Expand Up @@ -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'],
Expand Down

0 comments on commit adcf980

Please sign in to comment.