-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Add support for registering webpack build dependencies #517
Add support for registering webpack build dependencies #517
Conversation
Codecov Report
@@ Coverage Diff @@
## master #517 +/- ##
==========================================
+ Coverage 97.95% 97.97% +0.01%
==========================================
Files 5 5
Lines 245 247 +2
Branches 81 82 +1
==========================================
+ Hits 240 242 +2
Misses 5 5
Continue to review full report at Codecov.
|
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.
Let's add test
a8701cb
to
f9c94f0
Compare
Okay I added a test for this |
Thanks |
This PR contains a:
Motivation / Use-Case
Allow plugins to register build dependencies to properly handle webpack 5 persistent cache invalidation.
Breaking Changes
None.
Additional Info
N/A