ice-plugin-cache-loader
v0.1.0
Published
ice plugin that uses cache-loader
Readme
ice-plugin-cache-loader
ice plugin that uses cache-loader
Install
$ npm install ice-plugin-cache-loader --save-devUsage
// ice.config.js
module.exports = {
...
plugins: [
'ice-plugin-cache-loader',
],
alias: {
...
};
