Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "pako",
"description": "zlib port to javascript - fast, modularized, with browser support",
"version": "2.1.0",
"sideeffects": false,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the docs you linked, the property should be sideEffects- note the casing difference.

Suggested change:

Suggested change
"sideeffects": false,
"sideEffects": false,

Copy link

@JagjitK JagjitK Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have done the change. @Greenheart Could you please approve?
JagjitKaur#1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you push the change to the same branch as this PR is based on (JagjitKaur:Pako/tree-shaking)?

I'm not a maintainer of this project, so I can't decide whether to merge or not.

However, this is consistent with the Webpack docs - hope it helps your project :)

"keywords": [
"zlib",
"deflate",
Expand Down