workbox-add-integrity
v2.2.4
Published
A workbox plugin that add integrity to workbox precache manifest.
Downloads
184
Readme
📦 workbox-add-integrity
A workbox plugin that add integrity to workbox precache manifest.
Usage
npm install workbox-add-integrity
import addIntegrity from "workbox-add-integrity";
import { injectManifest } from "workbox-build";
const addIntegrityOptions = {
folder: "dist",
}
injectManifest({
manifestTransforms: [addIntegrity(addIntegrityOptions)],
});
License
MIT