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

chore(console): turn on parcel no-cache #378

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Conversation

EdwardIrby
Copy link
Contributor

Bug

image

Fix

Disables parcel cache

Caching can also be disabled using the --no-cache flag. Note that this only disables reading from the cache – a .parcel-cache folder will still be created.

Hash filenames do not change unless that content type has change though regardless. In the below screenshot I changed one line and got diff then ran the build on the original twice.

Screenshot 2023-09-12 at 11 20 43 AM

@EdwardIrby EdwardIrby merged commit c87d03a into main Sep 12, 2023
@EdwardIrby EdwardIrby deleted the eirby/remove-parcel-cache branch September 12, 2023 18:31
@alecthomas
Copy link
Collaborator

Thanks @EdwardIrby

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.

3 participants