Skip to content

chore: parallel builds with Makefile #3854

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

Merged
merged 4 commits into from
Sep 6, 2022
Merged

chore: parallel builds with Makefile #3854

merged 4 commits into from
Sep 6, 2022

Conversation

deansheather
Copy link
Member

Fixes the issues laid out in #3848

The real diff can be viewed using by clicking on the specific commits below instead of viewing the entire PR diff.

@deansheather deansheather changed the title Buff makefile pt2 chore: parallel builds with Makefile Sep 6, 2022
@deansheather deansheather requested a review from a team as a code owner September 6, 2022 17:05
@deansheather deansheather requested review from presleyp and removed request for a team September 6, 2022 17:05
@deansheather deansheather enabled auto-merge (squash) September 6, 2022 17:06
@deansheather deansheather requested a review from coadler September 6, 2022 17:21
@deansheather deansheather merged commit 419d701 into main Sep 6, 2022
@deansheather deansheather deleted the buff-makefile-pt2 branch September 6, 2022 17:27
@@ -60,6 +60,7 @@ export const createCommonWebpackConfig = (options?: { skipTypecheck: boolean }):
// REMARK: It's important to use [contenthash] here to invalidate caches.
filename: "bundle.[contenthash].js",
path: path.resolve(__dirname, "out"),
clean: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious to understand the clean strategy here and in prod better! Might be smart for us to leave a comment about it too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add a comment here in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants