GitXplorerGitXplorer
c

parcel-plugin-workbox

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
7acccad0b3912348a9892cc67485135684553b45

Merge pull request #10 from canac/dependabot/npm_and_yarn/babel/traverse-7.23.2

ccanac committed a year ago
Verified
52261957496faa99770a5894167c913fc05796bc

Bump @babel/traverse from 7.20.12 to 7.23.2

ddependabot[bot] committed a year ago
Verified
0cffbbd38273e11bac826e23159475bdd4cecd18

Merge pull request #9 from canac/dependabot/npm_and_yarn/semver-6.3.1

ccanac committed 2 years ago
Verified
7da9d08255501fbf43a848fb5ccd0c0053d673ce

Bump semver from 6.3.0 to 6.3.1

ddependabot[bot] committed 2 years ago
Verified
d7df2d31b0a24fad615a3afe66e0d43c980f6ab3

Merge pull request #8 from canac/dependabot/npm_and_yarn/ejs-and-workbox-build-3.1.8

ccanac committed 2 years ago
Verified
6d50e205e85ad3d8b6081d9446da96c8f8994cf2

Bump ejs and workbox-build

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
  }
}