-
Notifications
You must be signed in to change notification settings - Fork 887
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
Conversation
@@ -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, |
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.
Just curious to understand the clean
strategy here and in prod better! Might be smart for us to leave a comment about it too.
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.
I'll add a comment here in another PR
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.