Skip to content

Commit

Permalink
fix(components): update sideEffects flag for CSS compilations (#6825)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandra Davila <[email protected]>
  • Loading branch information
joshblack and Alessandra Davila authored Sep 11, 2020
1 parent cd5e24b commit 459f0fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,12 @@
"whatwg-fetch": "^3.0.0"
},
"sideEffects": [
"css/**/*.css",
"es/bundle.js",
"es/globals/js/boot.js",
"es/globals/js/watch.js",
"scripts/*",
"scss/**/*.scss",
"umd/bundle.js",
"umd/globals/js/boot.js",
"umd/globals/js/watch.js"
Expand Down

0 comments on commit 459f0fa

Please sign in to comment.