Skip to content

Commit

Permalink
Improve tree-shaking support
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 11, 2022
1 parent 00650c7 commit 7a1edf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.8.0

## Features

- Improve tree-shaking support

# 4.7.0

## Features
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build/src/**/*.{js,json}",
"build/types/**/*.d.ts"
],
"sideEffects": false,
"scripts": {
"test": "gulp test"
},
Expand Down

0 comments on commit 7a1edf3

Please sign in to comment.