sizereport.config.js in Preact source code.s
Mar 7, 2025 · 2 min read · 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...
Join discussion










