webpack-contrib/cache-loader

Phrasing "in front of" confusing?

peteruithoven opened this issue · 1 comments

The cache-loader readme mentions that the cache-loader needs to be added in front of other loaders:

Add this loader in front of other (expensive) loaders to cache the result on disk.

I find the phrasing "in front of" confusing, since the loaders are used right from left / last to first (use docs). So Looking at the code examples they should be used last, but added in front of the use configuration?

I think this is still valid. If the cache-loader to take effect, shouldn't this be added on the right rather than at the left most? How that will work?