You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`include`|`string \| RegExp \| Array<string \| RegExp>`| `/\.(html|xml|css|json|js|mjs|svg)$/`| Include all assets matching any of these conditions. |
38
+
|`include`|`string \| RegExp \| Array<string \| RegExp>`|`/\.(html\|xml\|css\|json\|js\|mjs\|svg)$/`| Include all assets matching any of these conditions. |
39
39
|`exclude`|`string \| RegExp \| Array<string \| RegExp>`|`-`| Exclude all assets matching any of these conditions. |
40
40
|`threshold`|`number`|`0`| Only assets bigger than this size are processed (in bytes) |
41
41
|`algorithm`|`string\| function`|`gzip`| The compression algorithm |
0 commit comments