-
Notifications
You must be signed in to change notification settings - Fork 46.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UMD production+profiling entry points #13642
Add UMD production+profiling entry points #13642
Conversation
…MD shim to schedule package.
c30177e
to
18b4a27
Compare
Details of bundled changes.Comparing: 4bcee56...80ffb58 schedule
react
react-dom
Generated by 🚫 dangerJS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add the new Schedule bundle to the test that verifies matching exports?
Whoops, yeah. Thanks for catching that. |
@@ -49,6 +50,16 @@ ${license} | |||
${source}`; | |||
}, | |||
|
|||
/***************** UMD_PROFILING *****************/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems more '*' than others 😄
* Added UMD_PROFILING type to react-dom and scheduling package. Added UMD shim to schedule package. * Added new schedule umd prod+prof bundle to API test
* Added UMD_PROFILING type to react-dom and scheduling package. Added UMD shim to schedule package. * Added new schedule umd prod+prof bundle to API test
Resolves #13634 by enabling apps that use the UMD build of React (and co) to use the new profiling and tracing APIs in production mode.
Note that this PR builds on top of PR #13641. The only commit this branch contains is 18b4a27.
Changes
react
package (since it's not necessary).UMD_PROFILING
bundle type and plugged intoreact
andreact-dom
.umd/schedule.profiling.min.js
shim toschedule
package. (This is just a copy ofumd/schedule.production.min.js
.)