diff --git a/src/index.ts b/src/index.ts index 0a57541..1fdcc7c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,7 +9,6 @@ interface EnableManifestTransform { scope: string useDirectoryFormat: boolean trailingSlash: 'never' | 'always' | 'ignore' - allowlist?: RegExp[] } export interface PwaOptions extends Partial {