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(worker): workaround webpack4 fs write caching #133

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

jbedard
Copy link
Member

@jbedard jbedard commented Nov 8, 2023

Ref #126

A webpack4 solution to #126 where webpack caches write operations.


// Clear the full "emitting sources" cache in <v5 'futureEmitAssets' mode:
Copy link
Member Author

@jbedard jbedard Nov 8, 2023

Choose a reason for hiding this comment

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

Turns out the previous webpack 4 solution wasn't enough.

As @thesayyn discovered webpack4 doesn't even reach the asset-emitting logic for some cases such as when only html files change (then it seems .js files won't even make it to the code the previous fix was for).

@thesayyn thesayyn merged commit 26802b6 into main Nov 8, 2023
13 checks passed
@thesayyn thesayyn deleted the 126-webpack4 branch November 8, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants