2.1.1 • Published 5 months ago

workbox-add-integrity v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

📦 workbox-add-integrity

A workbox plugin that add integrity to workbox precache manifest.

GitHub Workflow Status npm NPM

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

2.1.1

5 months ago

2.1.0

5 months ago

2.0.0

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago