GitXplorerGitXplorer
c

parcel-plugin-workbox

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
b85b5bba090e937eb27cbf8650f13ff090a7b33c

Merge pull request #7 from canac/dependabot/npm_and_yarn/json5-2.2.3

ccanac committed 2 years ago
Verified
afa4fd3261ac1e28473ce3e7ddc859951a5fc24e

Bump json5 from 2.1.3 to 2.2.3

ddependabot[bot] committed 2 years ago
Verified
d874fb4a30f2b92f7114aeb2a5e4d3ea63bdac4e

Merge pull request #6 from canac/dependabot/npm_and_yarn/minimatch-3.1.2

ccanac committed 2 years ago
Verified
9cff6352e8dbd5ff51a2ac3e3bb53a583eea99ac

Bump minimatch from 3.0.4 to 3.1.2

ddependabot[bot] committed 2 years ago
Verified
bc7dbda32aaaeee6588a59806603ed2a5ac45bfc

Merge pull request #5 from canac/dependabot/npm_and_yarn/terser-4.8.1

ccanac committed 2 years ago
Verified
57f8d564400ccba415d8a44ab6da0c507121652b

Bump terser from 4.8.0 to 4.8.1

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

parcel-plugin-workbox

Workbox plugin for Parcel. Inspired by parcel-plugin-workbox by @dahnielson.

Install

Install using npm

npm install @canac/parcel-plugin-workbox --save-dev

Usage

Configure the options passed to Workbox's generateSW in the workbox property of your project's package.json file. For example:

{
  "dependencies": { ... },
  "workbox": {
    "importScripts": ["./worker.js"],
    "sourcemap": false
  }
}