-
-
Notifications
You must be signed in to change notification settings - Fork 209
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: add support for dir-dependency
message type
#524
Conversation
Codecov Report
@@ Coverage Diff @@
## master #524 +/- ##
==========================================
+ Coverage 97.01% 97.04% +0.03%
==========================================
Files 5 5
Lines 268 271 +3
Branches 87 88 +1
==========================================
+ Hits 260 263 +3
Misses 8 8
Continue to review full report at Codecov.
|
Please accept CLA |
Done! |
Thanks |
Thanks @alexander-akait! Do you have any thoughts on backporting |
We can do it, some developers till use |
Yes definitely! The |
Feel free to send PR to version-4 branch https://github.com/webpack-contrib/postcss-loader/branches |
This PR contains a:
Motivation / Use-Case
The PostCSS documentation has been updated to include a new
dir-dependency
message type. To my understanding of webpack this should be functionally equivalent to the existingcontext-dependency
.Side note: would it be possible to backport this to postcss-loader v4, so that webpack 4 users can benefit?
Please feel free to make any changes to this pull request.