-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
cacheGroups #2227
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
cacheGroups #2227
Conversation
addCache test correctly
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.
Please sign CLA.
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.
The title #### splitChunks.cacheGroups.test
should also be changed, one would think, the test property is on cacheGroups level, something like:
splitChunks.cacheGroups.cacheGroup.test
should be correct.
//... | ||
return true | ||
} | ||
// cacheGroups test |
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.
unnecessary comment
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 would suggest to remove the comment, otherwise a good spot!
If you want to extend the PR please also take care of the title, my suggestion would be:
splitChunks.cacheGroups.{cacheGroup}.test
Thanks! |
This reverts commit 5b3906e.
addCache test correctly
describe your changes...