sizereport.config.js in Preact source code.s
I found a file named sizereport.config.js in Preact source code and it has the below code.
module.exports = {
repo: 'preactjs/preact',
path: ['./{compat,debug,hooks,}/dist/**/!(*.map)'],
branch: 'main'
};
I was trying to find where this config is...