use-cache-loader
v1.1.0
Published
A simple webpack loader to use cache file.
Downloads
3
Readme
use cache file loader for webpack
A simple webpack loader to use cache file.
Install
npm install use-cache-loader --save-dev
Usage
{
loader: 'use-cache-loader',
options: {
cacheFolder: 'your-path-to-cache-folder',
getCachePath: function (resourcePath, contextDir) { }, /* optional, to get the cache file path */
}
}