Skip to content

Commit 4961833

Browse files
committed
Don't build shallow renderer UMD bundles
1 parent a9ba528 commit 4961833

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

scripts/rollup/bundles.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -428,19 +428,6 @@ const bundles = [
428428
]),
429429
}),
430430
},
431-
{
432-
bundleTypes: [UMD_DEV, UMD_PROD],
433-
moduleType: NON_FIBER_RENDERER,
434-
entry: 'react-test-renderer/shallow',
435-
global: 'ReactShallowRenderer',
436-
externals: ['react', 'scheduler', 'scheduler/unstable_mock'],
437-
babel: opts =>
438-
Object.assign({}, opts, {
439-
plugins: opts.plugins.concat([
440-
[require.resolve('@babel/plugin-transform-classes'), {loose: true}],
441-
]),
442-
}),
443-
},
444431

445432
/******* React Noop Renderer (used for tests) *******/
446433
{

0 commit comments

Comments
 (0)