New rule that converts images to WebP and AVIF and checks the gain
This commit is contained in:
@@ -4,6 +4,8 @@ var Q = require('q');
|
||||
var fs = require('fs');
|
||||
var path = require('path');
|
||||
|
||||
// Disable sharp cache to reduce the "disk is full" error on Amazon Lambda
|
||||
sharp.cache(false);
|
||||
|
||||
var screenshotHandler = function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user