Skip to content

Commit b20f821

Browse files
author
Matt Lewis
committed
fix: mark package as having side effects
Fixes #529
1 parent d6a61c3 commit b20f821

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,8 @@
187187
"date-fns": "^1.28.5",
188188
"positioning": "^1.3.1"
189189
},
190-
"sideEffects": true
190+
"sideEffects": [
191+
"*.css",
192+
"*.scss"
193+
]
191194
}

0 commit comments

Comments
 (0)