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
await injectManifest({
swSrc: "app/sw.ts",
swDest: "dist/sw.js",
globDirectory: "dist/static",
globFollow: false,
});