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

Fix hashing static files for incremental build #335

Merged
merged 3 commits into from Mar 14, 2023

Conversation

torztomasz
Copy link
Contributor

@torztomasz torztomasz commented Mar 6, 2023

It fixes the issue where the component with static file dependency would not get the hash updated after the build since the incremental builds were turned on in tsconfig. Unfortunately, hashing takes ~100ms more but it is not a big deal.

@torztomasz torztomasz force-pushed the fix-hashing-static-files-for-incremental-builds branch from 6e4c994 to 76dccdf Compare March 6, 2023 23:42
@torztomasz torztomasz force-pushed the fix-hashing-static-files-for-incremental-builds branch from 76dccdf to 69d6c29 Compare March 6, 2023 23:45
@torztomasz torztomasz force-pushed the fix-hashing-static-files-for-incremental-builds branch from c270aeb to 7f044df Compare March 7, 2023 00:20
@torztomasz torztomasz requested a review from sz-piotr March 7, 2023 00:30
@torztomasz torztomasz enabled auto-merge (squash) March 14, 2023 13:47
@torztomasz torztomasz merged commit 1ddcb71 into master Mar 14, 2023
@torztomasz torztomasz deleted the fix-hashing-static-files-for-incremental-builds branch March 14, 2023 13:53
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.

None yet

2 participants