Back to Serwist

globDirectory

docs-build-configuring-glob-directory.md

latest295 B
Original Source

globDirectory

First added

Workbox

About

The local directory you wish to match globPatterns against. The path is relative to the current directory.

Usage

build.js

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