1.0.2 • Published 7 years ago

sw-precache-webpack-plugin-loader v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

sw-precache-webpack-plugin-loader Build Status

It just another handy module to load sw-precache-webpack plugin selectively either it is working on webpack or webpack-dev-server. Please read issues1 / 2. if you have a question why there are two of modules for sw-precache.

Install

$ yarn add sw-precache-webpack-plugin-loader

or

$ npm install --save sw-precache-webpack-plugin-loader

Usage

const SWPrecacheWebpackPlugin = require('sw-precache-webpack-plugin-loader');

...

new SWPrecacheWebpackPlugin({
	// configs for sw-precache
});

Relevant Projects

License

MIT © Jimmy Moon