Skip to content

Commit

Permalink
Improve bundlewatch config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilwanner committed Jul 23, 2020
1 parent d01e317 commit 58e67c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/bundlewatch.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"files": [
{
"path": "./packages/mozjpeg/lib/**/*.*"
"path": "./packages/*/lib/**/*.wasm",
"compression": "none"
},
{
"path": "./packages/oxipng/lib/**/*.*"
"path": "./packages/*/lib/**/*.!(wasm)"
}
]
}

0 comments on commit 58e67c6

Please sign in to comment.