-
-
Notifications
You must be signed in to change notification settings - Fork 51
add cacheAddedFiles
option
#109
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
==========================================
+ Coverage 83.09% 85.43% +2.33%
==========================================
Files 2 2
Lines 142 151 +9
Branches 21 21
==========================================
+ Hits 118 129 +11
+ Misses 24 22 -2
Continue to review full report at Codecov.
|
This is great. It solves my use case, which is to combine it with responsive-loader. It takes a very long time since it generates multiple versions of each image. I was bummed when I realized it wouldn't emit the files on the second run. |
Commitlint has been updated. and I've fixed npm audit issue. |
2b150b2
to
61da91a
Compare
I'm eagerly awaiting for this PR to be merged. It will make this plugin so much more useful since it will allow using it for caching assets when responsive-loader and other slow loaders. |
We are waiting for this PR too! It is a bit odd that |
This PR contains a:
Motivation / Use-Case
Add option to allow cache the added files.
This fixes #99.
It also includes small improvements.
Breaking Changes
None.
Additional Info
Old cache files will be unavailable.