Skip to content

Commit 0b77252

Browse files
committed
chore: update sideEffects in package.json to include CSS files
1 parent e7d8310 commit 0b77252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"type": "module",
3636
"main": "./dist/index.js",
3737
"module": "./dist/index.js",
38-
"sideEffects": false,
38+
"sideEffects": ["**/*.css"],
3939
"files": [
4040
"dist",
4141
"README*"

0 commit comments

Comments
 (0)