Back to Serwist

globFollow

docs-nuxt-configuring-glob-follow.md

latest438 B
Original Source

globFollow

First added

Workbox

Default

true

About

Determines whether or not symlinks are followed when generating the precache manifest. For more information, see the definition of follow in glob’s documentation.

Usage

build.js

await injectManifest({
  swSrc: "app/sw.ts",
  swDest: "dist/sw.js",
  globDirectory: "dist/static",
  globFollow: false,
});