Skip to content

Commit

Permalink
Fix style won't be applied in production bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Dec 6, 2018
1 parent 82b016e commit 8b56feb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -399,5 +399,10 @@
},
"resolutions": {
"webpack-sources": "^1.2.0"
}
},
"sideEffects": [
"*.css",
"*.scss",
"*.sass"
]
}

0 comments on commit 8b56feb

Please sign in to comment.