-
Notifications
You must be signed in to change notification settings - Fork 50k
refactor[ci/build]: dont generate sourcemaps for BROWSER_SCRIPT bundles #27665
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
refactor[ci/build]: dont generate sourcemaps for BROWSER_SCRIPT bundles #27665
Conversation
|
Comparing: 52d542a...4de1e44 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
|
|
Yes, it is |
…es (#27665) Instead of #27664, we can just exclude `unstable_server-external-runtime.js` from having sourcemaps for now. We should consider removing manual copying of this artifact in https://github.com/facebook/react/blob/52d542ad6d410008c495084f511247f43387055f/.github/workflows/commit_artifacts.yml#L136-L138 As described in #27664, this artifact doesn't have any effect on the `hash`, which is used for generating React version identifier. DiffTrain build for [78c71bc](78c71bc)
Updates React from 746890329 to 0e352ea01. - facebook/react#27684 - facebook/react#27665 - facebook/react#27671 - facebook/react#27680
…es (facebook#27665) Instead of facebook#27664, we can just exclude `unstable_server-external-runtime.js` from having sourcemaps for now. We should consider removing manual copying of this artifact in https://github.com/facebook/react/blob/52d542ad6d410008c495084f511247f43387055f/.github/workflows/commit_artifacts.yml#L136-L138 As described in facebook#27664, this artifact doesn't have any effect on the `hash`, which is used for generating React version identifier.
…es (#27665) Instead of #27664, we can just exclude `unstable_server-external-runtime.js` from having sourcemaps for now. We should consider removing manual copying of this artifact in https://github.com/facebook/react/blob/52d542ad6d410008c495084f511247f43387055f/.github/workflows/commit_artifacts.yml#L136-L138 As described in #27664, this artifact doesn't have any effect on the `hash`, which is used for generating React version identifier. DiffTrain build for commit 78c71bc.
Instead of #27664, we can just exclude
unstable_server-external-runtime.jsfrom having sourcemaps for now.We should consider removing manual copying of this artifact in
react/.github/workflows/commit_artifacts.yml
Lines 136 to 138 in 52d542a
As described in #27664, this artifact doesn't have any effect on the
hash, which is used for generating React version identifier.