Skip to content

Commit

Permalink
@uppy/core: fix sideEffects declaration (#4759)
Browse files Browse the repository at this point in the history
CSS files do contain some side effects, as some Uppy plugins rely on
some CSS class being styled by core.
  • Loading branch information
aduh95 authored Oct 23, 2023
1 parent 49c9bcc commit 7a30628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@uppy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"type": "module",
"sideEffects": false,
"sideEffects": [
"*.css"
],
"keywords": [
"file uploader",
"uppy",
Expand Down

0 comments on commit 7a30628

Please sign in to comment.