Skip to content

Commit b81dc89

Browse files
Setsunsilvenon
authored andcommitted
fix(package.json): mark react-transition-group as side-effect free for webpack tree shaking (#472)
1 parent 61d8d09 commit b81dc89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,6 @@
123123
"transform": [
124124
"loose-envify"
125125
]
126-
}
126+
},
127+
"sideEffects": false
127128
}

0 commit comments

Comments
 (0)