diff --git a/package.json b/package.json index 38bdcb50..7ff28de9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cool-starter", - "version": "2.8.2", + "version": "2.8.3", "description": "A starter boilerplate for an universal web application with the best development experience and best practices.", "main": "index.js", "engines": { @@ -399,5 +399,10 @@ }, "resolutions": { "webpack-sources": "^1.2.0" - } + }, + "sideEffects": [ + "*.css", + "*.scss", + "*.sass" + ] }