-
Notifications
You must be signed in to change notification settings - Fork 926
Fix caching errors during Firestore build #5763
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
|
Binary Size ReportAffected SDKs
Test Logs |
Size Analysis Report |
@@ -84,7 +84,6 @@ const browserPlugins = function () { | |||
} | |||
}, | |||
cacheDir: tmp.dirSync(), | |||
clean: true, |
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'm glad you figured out the culprit. I thought we need to switch to a different plugin, which means more work.
This fixes the endless saga of
for me. We don't need to clean the cache since each build has its own directory.