Skip to content

Commit

Permalink
fix: specify side-effects for .css files (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut authored Aug 2, 2022
1 parent 959931b commit 30d7e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Building blocks for Uploadcare products integration",
"type": "module",
"module": "index.js",
"sideEffects": false,
"sideEffects": ["*.css"],
"repository": "https://github.com/uploadcare/uc-blocks/",
"files": [
"{abstract,blocks,solutions,web,utils}/**/*.{js,css,d.ts,d.ts.map}",
Expand Down

0 comments on commit 30d7e51

Please sign in to comment.