We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a27663 commit e3dce1aCopy full SHA for e3dce1a
packages/purgecss-webpack-plugin/src/types/index.ts
@@ -35,6 +35,7 @@ export interface UserDefinedOptions {
35
verbose?: boolean;
36
safelist?: StringRegExpArray | ComplexSafelist | SafelistFunction;
37
blocklist?: StringRegExpArray | BlocklistFunction;
38
+ skippedContentGlobs?: Array<string>;
39
only?: string[];
40
}
41
packages/rollup-plugin-purgecss/src/types/index.ts
@@ -32,6 +32,7 @@ export interface UserDefinedOptions {
32
variables?: boolean;
33
safelist?: UserDefinedSafelist;
34
blocklist?: StringRegExpArray;
insert?: boolean;
include?: string | RegExp | (string | RegExp)[];
0 commit comments