Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mottox2/gatsby-plugin-workbox

Gatsby plugin which provides service worker by Workbox
https://github.com/mottox2/gatsby-plugin-workbox

gatsby gatsby-plugin workbox

Last synced: about 2 months ago
JSON representation

Gatsby plugin which provides service worker by Workbox

Awesome Lists containing this project

README

        

# gatsby-plugin-workbox

This plugin is deprecated because gatsby-plugin-office now use workbox to generate sw.js.

https://github.com/gatsbyjs/gatsby/pull/7605

## Install

via npm

```
npm install --save gatsby-plugin-workbox
```

via yarn

```
yarn add gatsby-plugin-workbox
```

## How to use

```javascript
// In your gatsby-config.js
plugins: [`gatsby-plugin-workbox`]
```