summaryrefslogtreecommitdiff
path: root/preact/sizereport.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'preact/sizereport.config.js')
-rw-r--r--preact/sizereport.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/preact/sizereport.config.js b/preact/sizereport.config.js
new file mode 100644
index 0000000..36c9d2d
--- /dev/null
+++ b/preact/sizereport.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ repo: 'preactjs/preact',
+ path: ['./{compat,debug,hooks,}/dist/**/!(*.map)'],
+ branch: 'master'
+};