2.1.0 • Published 5 years ago

next-workbox v2.1.0

Weekly downloads
32
License
MIT
Repository
github
Last release
5 years ago

next-workbox

Next.js plugin for workbox. The plugin help you to use service worker for Next.js and now 2.0

Installation

npm install --save-dev next-workbox

or

yarn add -D next-workbox

Usage

// next.config.js
const withWorkbox = require('next-workbox');

module.exports = withWorkbox({
  generateBuildId: async () => {
    // You must have own custom build id
    return 'my-build-id';
  }
});

License

MIT © Jimmy Moon

2.1.0

5 years ago

2.1.0-0

5 years ago

2.0.0

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago