Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

canac/parcel-plugin-workbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Workbox plugin for Parcel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published