We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ba528 commit 4961833Copy full SHA for 4961833
scripts/rollup/bundles.js
@@ -428,19 +428,6 @@ const bundles = [
428
]),
429
}),
430
},
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
- },
444
445
/******* React Noop Renderer (used for tests) *******/
446
{
0 commit comments