2.2.4 • Published 12 months ago

workbox-add-integrity v2.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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.2.1

12 months ago

2.2.3

12 months ago

2.2.2

12 months ago

2.2.4

12 months ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago