Skip to content

Commit

Permalink
fix: properly mark styles as having side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed May 12, 2018
1 parent 6f82e8e commit 625e586
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,5 @@
"date-fns": "^1.28.5",
"positioning": "^1.3.1"
},
"sideEffects": [
"*.css",
"*.scss"
]
"sideEffects": true
}

0 comments on commit 625e586

Please sign in to comment.