Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(gatsby): selective cache invalidation #8379
feat(gatsby): selective cache invalidation #8379
Changes from all commits
9fee494
c86b9d4
f1abdee
f632301
8bece71
d928b51
e60b4ce
8f3f270
5c98955
3a6bf91
fcade8c
4f59cdd
65ffc17
86ac889
6bac503
bfb6045
69ee236
63c1cb0
43c3d2b
35df7a1
e1936ce
aee34fb
65aa06d
f435c19
5e4ad8d
485e822
9178917
f8cdbc4
ad4094c
bef17d0
cda7773
6caf320
49ee332
33ff065
4ffe63a
df7e9ef
4954d8c
21389e5
f3cb6e7
5bf849f
7e582d7
48a8db1
ace5d48
b54037a
b23eea4
891dedf
f3726dd
778b997
9adc472
d54e564
05e79cf
9070f84
d7eee08
c6299e1
bcd342b
dee6334
d99a2f7
b31b60b
c67009f
e61af8f
4fc1aea
dd0e450
cd15efa
615468d
8eab38e
45fc8c2
78b20e8
bbd676b
5901348
4c95dac
b021445
cba9874
d6178ce
177fbbd
1fe24f1
7de6227
faf4e12
6aa01c5
fd047b7
9592dd8
0f5c6ab
8de1071
0b85858
b6af933
ab776b7
24337d4
36d7a63
c26c4c2
f42283e
2292cdf
3cfd9ba
2755b63
a293d15
8cceeb5
bef829d
3434ca4
649dddf
9b82810
b966048
5735159
4683c00
8de6b54
d6f70d2
5b27a65
f3bb120
7c1849e
f1b4364
e54775e
1ac1646
7960579
7f77d82
b81e673
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
note to self - this won't work for plugins that have
/
in name - for example:@scope/name
nested/local/plugin
(it assumes flat directory structure of
.cache/caches
)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.
ops, it should be comment to line 50, but same thing applies