Skip to content
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

web: Remove thread-loader from Webpack #39560

Merged
merged 1 commit into from
Jul 28, 2022
Merged

Conversation

plibither8
Copy link
Contributor

@plibither8 plibither8 commented Jul 28, 2022

Should be merged before #39381.


The SentryWebpackPlugin does not work with thread-loader, since thread-loader doesn't have access to webpack options, thus it cannot access query params of the loader. See getsentry/sentry-webpack-plugin#272 (comment).

Secondly, thread-loader itself has not shown any substantial performance or build-time improvements.

With thread-loader Google Chrome 2022-07-28 at 15 22 15 000232@2x
Without thread-loader Google Chrome 2022-07-28 at 15 25 03 000234@2x

Test plan

Builds are passing with green checks without thread-loader.

App preview:

Check out the client app preview documentation to learn more.

@cla-bot cla-bot bot added the cla-signed label Jul 28, 2022
@github-actions github-actions bot added the frontend-platform Issues related to our frontend platform, owned collectively by our frontend crew. label Jul 28, 2022
@plibither8 plibither8 requested review from valerybugakov, jasongornall and mrnugget and removed request for mrnugget July 28, 2022 09:57
@plibither8 plibither8 marked this pull request as ready for review July 28, 2022 10:02
@plibither8 plibither8 enabled auto-merge (squash) July 28, 2022 10:19
@plibither8 plibither8 merged commit 073e40e into main Jul 28, 2022
@plibither8 plibither8 deleted the mihir/remove-thread-loader branch July 28, 2022 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed frontend-platform Issues related to our frontend platform, owned collectively by our frontend crew.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants