mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Update size report branch
This commit is contained in:
@@ -3,7 +3,7 @@ const escapeRE = require("escape-string-regexp");
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
repo: "GoogleChromeLabs/squoosh",
|
repo: "GoogleChromeLabs/squoosh",
|
||||||
path: "build/**/!(*.map)",
|
path: "build/**/!(*.map)",
|
||||||
branch: "master",
|
branch: "dev",
|
||||||
findRenamed(path, newPaths) {
|
findRenamed(path, newPaths) {
|
||||||
const nameParts = /^(.+\.)[a-f0-9]+(\..+)$/.exec(path);
|
const nameParts = /^(.+\.)[a-f0-9]+(\..+)$/.exec(path);
|
||||||
if (!nameParts) return;
|
if (!nameParts) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user