next-precache
v0.1.1
Published
Manifest needs to be precached for service worker for Next.js
Downloads
2
Maintainers
Readme
next-precache
Globb files need to be precached
Install
$ npm install next-precache
Usage
const nextPrecache = require('next-precache');
nextPrecache('unicorns');
//=> 'unicorns & rainbows'
API
nextPrecache(input, [options])
input
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © ragingwind