Skip to content

Commit

Permalink
Update the bundle artifact names since they've now changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Feb 9, 2022
1 parent 40cecfd commit 073eea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-dom/npm/unstable_testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (process.env.NODE_ENV === 'production') {
// DCE check should happen before ReactDOM bundle executes so that
// DevTools can report bad minification during injection.
checkDCE();
module.exports = require('./cjs/react-dom-testing.production.min.js');
module.exports = require('./cjs/react-dom-unstable_testing.production.min.js');
} else {
module.exports = require('./cjs/react-dom-testing.development.js');
module.exports = require('./cjs/react-dom-unstable_testing.development.js');
}

0 comments on commit 073eea3

Please sign in to comment.