Skip to content

Commit

Permalink
Re-enable UMD build for TestUtils (facebook#11599)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiemmadavieswilcox authored and Ethan-Arrowood committed Dec 8, 2017
1 parent 79d2f9a commit d86f234
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 d86f234

Please sign in to comment.