workbox-add-integrity
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

📦 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

Package Sidebar

Install

npm i workbox-add-integrity

Weekly Downloads

2

Version

2.1.1

License

MIT

Unpacked Size

22.9 kB

Total Files

20

Last publish

Collaborators

  • seedgou