Skip to content

Commit

Permalink
chore: tweak sideEffects field
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsinclair committed Aug 22, 2023
1 parent d31cbbe commit 93617a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions packages/oxipng/codec/pkg-parallel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@
],
"module": "squoosh_oxipng.js",
"types": "squoosh_oxipng.d.ts",
"sideEffects": [
"./snippets/*"
]
}
"sideEffects": false
}
7 changes: 2 additions & 5 deletions packages/oxipng/codec/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
"squoosh_oxipng.d.ts"
],
"module": "squoosh_oxipng.js",
"types": "squoosh_oxipng.d.ts",
"sideEffects": [
"./snippets/*"
]
}
"types": "squoosh_oxipng.d.ts"
}

0 comments on commit 93617a1

Please sign in to comment.