Skip to content

Commit

Permalink
Add *.css to sideEffects (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber authored and CompuIves committed Oct 1, 2018
1 parent ae2cd1f commit bcd8383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-sandpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dist",
"es"
],
"sideEffects": false,
"sideEffects": "*.css",
"author": "Ives van Hoorne <ives.v.h@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit bcd8383

Please sign in to comment.