Skip to content

Commit

Permalink
@uppy/core: mark the package as side-effect free (#4730)
Browse files Browse the repository at this point in the history
This should allow bundler to not include Preact when no UIPlugin is used.
  • Loading branch information
aduh95 authored Oct 11, 2023
1 parent a458e9b commit 0b3b7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"type": "module",
"sideEffects": false,
"keywords": [
"file uploader",
"uppy",
Expand Down

0 comments on commit 0b3b7dc

Please sign in to comment.