Skip to content

Commit 91d2baf

Browse files
authored
perf: Add sideEffects declaration to package.json (#1276)
1 parent 6785267 commit 91d2baf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"!dist/testing",
1717
"!dist/setupTests.js"
1818
],
19+
"sideEffects": [
20+
"**/*.scss"
21+
],
1922
"repository": {
2023
"type": "git",
2124
"url": "[email protected]:canonical/react-components.git"

0 commit comments

Comments
 (0)